From c23a60bdc16843b7e552604b5b4631dd8cb7034f Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Sat, 31 May 2025 11:12:28 -0500 Subject: [PATCH] upload install.sh --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) mode change 100644 => 100755 install.sh 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