diff --git a/install.sh b/install.sh index acda2f4..12d9f35 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,6 @@ #!/bin/bash # this is the quick installer for linux users (blurghh) -# all we need it to do is download the installer.py, make -# it executable, then execute it. echo "[INFO]: Installer Quick Script for Linux" echo "[INFO]: Installer Version: 0.1.4" @@ -14,4 +12,7 @@ chmod +x ./installer rm installer # just realized you have to chmod +x the "quick install" -# script too, is there a point even? \ No newline at end of file +# script too, is there a point even? + +# i mean, at least it makes sure to download the newest +# installer version? *this* script shouldn't deprecate... \ No newline at end of file