This website requires JavaScript.
Explore
Help
Register
Sign In
rnhmjoj
/
pirate-get
Watch
1
Star
0
Fork
0
You've already forked pirate-get
mirror of
https://github.com/vikstrous/pirate-get
synced
2025-01-10 10:04:21 +01:00
Code
Issues
Releases
Wiki
Activity
9af95b1da5
pirate-get
/
uninstall.sh
8 lines
108 B
Bash
Raw
Normal View
History
Unescape
Escape
improve installer
2013-12-14 14:43:10 +01:00
#!/usr/bin/env sh
better installer and uninstaller
2013-12-14 14:12:17 +01:00
if
[
"
$UID
"
-ne
0
]
then
echo
"Please run as root"
exit
fi
rm /usr/bin/pirate-get
Reference in New Issue
Copy Permalink