2b
This commit is contained in:
parent
3487b76b45
commit
0015593109
1 changed files with 1 additions and 2 deletions
3
spkg
3
spkg
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
# NOTE: sPKG via wget CAN'T RUN WITHOUT MAKE!!!
|
||||
source=git.hippoz.xyz/spkg/repos
|
||||
# THIS IS UT.BETA
|
||||
case ${1} in
|
||||
#setup does the important shit like, copy spkg and chmod it, install osrel to etc.
|
||||
setup) cp ./spkg /usr/bin/spkg && chmod +x /usr/bin/spkg && mkdir /etc/ && mv os-release /etc/ ;;
|
||||
|
@ -45,5 +44,5 @@ case ${1} in
|
|||
to install, just type in sudo spkg install.
|
||||
to update, just type in sudo spkg update.
|
||||
to setup (IMPORTANT!!!), just type in sudo spkg setup' ;;
|
||||
--version) echo 'beta 21.06.29.2a.ut' ;;
|
||||
--version) echo 'beta 21.06.29.2b' ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue