small updater/installer, i need to make it open the terminal

This commit is contained in:
logzinga 2022-10-31 13:55:55 +11:00
parent e0d8d4662a
commit dc67aaf757
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
echo "This script will update the installer with the latest version avaliable on GitHub."
pause 2
cd /
pacman -Sy git
git clone https://github.com/logzinga/elnathco
cd elnathco
./setup.sh