spkg
This commit is contained in:
parent
be369765f7
commit
0dd521461a
1 changed files with 2 additions and 0 deletions
2
spkg
2
spkg
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
#sPKG via wget
|
#sPKG via wget
|
||||||
#fuck spaghetti code
|
#fuck spaghetti code
|
||||||
|
#maky
|
||||||
|
|
||||||
source=git.hippoz.xyz/spkg/repo
|
source=git.hippoz.xyz/spkg/repo
|
||||||
case $1 in
|
case $1 in
|
||||||
remove) dirstack=$(pwd) && cd /usr/src/$2 && make uninstall && rm ./$2 && popd ;;
|
remove) dirstack=$(pwd) && cd /usr/src/$2 && make uninstall && rm ./$2 && popd ;;
|
||||||
|
|
Loading…
Reference in a new issue