Update archbox.bash

This commit is contained in:
Syahrial Agni Prasetya 2021-05-10 11:41:18 +07:00 committed by GitHub
parent b89e5aaa66
commit c490a414f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,6 @@ case $1 in
mkdir -p $INSTALL_PATH
cd $INSTALL_PATH
msg "Downloading Arch Linux tarball..."
checkdep wget
while true; do fetch_tarball $2 && break; done
msg "Extracting the tarball..."
checkdep tar