From ce6960a511164e16caf4ba08e1943c38f7f7626d Mon Sep 17 00:00:00 2001 From: logzinga <65839350+logzinga@users.noreply.github.com> Date: Mon, 31 Oct 2022 19:41:15 +1100 Subject: [PATCH] removed reinstall of git --- isoprofile/airootfs/root/Desktop/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/isoprofile/airootfs/root/Desktop/install.sh b/isoprofile/airootfs/root/Desktop/install.sh index bc823a2..ce32f71 100755 --- a/isoprofile/airootfs/root/Desktop/install.sh +++ b/isoprofile/airootfs/root/Desktop/install.sh @@ -3,7 +3,6 @@ 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