This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-TigerOS
mirror of
https://github.com/jrtechs/TigerOS.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix path in service file
website
axk4545
7 years ago
parent
6ef9708897
commit
636a795200
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
packages/tigeros-scripts-1.0-1.fc25.src.rpm
+1
-1
scripts/tigeros-setup.service
BIN
packages/tigeros-scripts-1.0-1.fc25.src.rpm
View File
+ 1
- 1
scripts/tigeros-setup.service
View File
@ -2,7 +2,7 @@
Description
=
installs major-specific programs
[Service]
ExecStart
=
gnome-terminal -e "/usr/
share/tigeros
/postinstall"
ExecStart
=
gnome-terminal -e "/usr/
local/bin
/postinstall"
[Install]
WantedBy
=
multi-user.target
Write
Preview
Loading…
Cancel
Save