diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-09-17 08:06:32 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-09-17 08:06:32 +0200 |
commit | b1d9642c9b5a39a09f2caab00c3b0c9c3b234e26 (patch) | |
tree | 3992c0ceb397b11b3cf1580c329a56c59986a169 /archinstall.sh | |
parent | 055091b69d6eb254ca5bfbad437b25455542caa9 (diff) | |
download | archinstall-b1d9642c9b5a39a09f2caab00c3b0c9c3b234e26.tar archinstall-b1d9642c9b5a39a09f2caab00c3b0c9c3b234e26.tar.zst archinstall-b1d9642c9b5a39a09f2caab00c3b0c9c3b234e26.zip |
Added bugfix for installation of git in live environment.
Diffstat (limited to 'archinstall.sh')
-rw-r--r-- | archinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.sh b/archinstall.sh index 556b374..60ce909 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -212,7 +212,7 @@ echo "" # Install git in live environment and clone archinstall repository -pacman --noconfirm -S git +pacman --noconfirm -Sy git cd /mnt/opt && git clone https://github.com/xengineering/archinstall cd /root mv /mnt/opt/archinstall /mnt/opt/archinstall.git |