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
Added missing word.
website
Tim Zabel
7 years ago
parent
7bed8b1b5e
commit
1342784de9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/postinstall
+ 1
- 1
scripts/postinstall
View File
@ -7,7 +7,7 @@
# Check that the current user is root
if [ $EUID != 0 ]
then
echo "Please run this script as root ( $@$0)."
echo "Please run this script as root (
sudo
$@$0)."
exit
fi
echo
Write
Preview
Loading…
Cancel
Save