From dc67aaf7573e8b8ba5b1fd91b6fba6e33288e433 Mon Sep 17 00:00:00 2001 From: logzinga <65839350+logzinga@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:55:55 +1100 Subject: [PATCH] small updater/installer, i need to make it open the terminal --- isoprofile/airootfs/root/Desktop/install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 isoprofile/airootfs/root/Desktop/install.sh 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