From 001559310979fac73d7917343d71a9b6b5b5c1e3 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Tue, 29 Jun 2021 15:51:10 +0200 Subject: [PATCH] 2b --- spkg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spkg b/spkg index 5924bde..3a3f22e 100755 --- a/spkg +++ b/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