Update archbox.bash
This commit is contained in:
parent
b89e5aaa66
commit
c490a414f4
@ -67,7 +67,6 @@ case $1 in
|
|||||||
mkdir -p $INSTALL_PATH
|
mkdir -p $INSTALL_PATH
|
||||||
cd $INSTALL_PATH
|
cd $INSTALL_PATH
|
||||||
msg "Downloading Arch Linux tarball..."
|
msg "Downloading Arch Linux tarball..."
|
||||||
checkdep wget
|
|
||||||
while true; do fetch_tarball $2 && break; done
|
while true; do fetch_tarball $2 && break; done
|
||||||
msg "Extracting the tarball..."
|
msg "Extracting the tarball..."
|
||||||
checkdep tar
|
checkdep tar
|
||||||
|
Loading…
Reference in New Issue
Block a user