diff --git a/isoprofile/airootfs/root/Desktop/install.sh b/isoprofile/airootfs/root/Desktop/install.sh new file mode 100755 index 0000000..bc823a2 --- /dev/null +++ b/isoprofile/airootfs/root/Desktop/install.sh @@ -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 \ No newline at end of file