upload install.sh
This commit is contained in:
parent
ea21bcd2a2
commit
c23a60bdc1
8
install.sh
Normal file → Executable file
8
install.sh
Normal file → Executable file
@ -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?
|
Loading…
x
Reference in New Issue
Block a user