Oh hey we need to download that script

This commit is contained in:
Salt 2020-12-27 17:16:28 -06:00
parent 304d64e273
commit d869d20e6b

View File

@ -93,6 +93,7 @@ arch-build() {
touch "$file" touch "$file"
chmod 0700 "$file" chmod 0700 "$file"
done done
curl "$script" -o "$bootstrap"
"$bootstrap" "$_optdest" "$bootstrap" "$_optdest"
} }
arch-chroot() { arch-chroot() {