diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index a24345a..acda2f4 --- a/install.sh +++ b/install.sh @@ -4,6 +4,14 @@ # 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" +echo "[INFO]: Welcome!" + wget https://git.sarushinobie.dev/saru/family-minecraft-modpack/releases/download/0.1.4/installer chmod +x ./installer ./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