remove dependency to wget
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ if [[ $CURDIR != '/opt/miaou-bash' ]]; then
|
||||
rm -rf /opt/miaou-bash
|
||||
|
||||
push_directory "$(mktemp -d)"
|
||||
wget $MAIN_TAR_GZ_URL
|
||||
curl --no-progress-meter -O $MAIN_TAR_GZ_URL
|
||||
tar -xzf main.tar.gz
|
||||
mv miaou-bash /opt/
|
||||
pop_directory
|
||||
|
||||
Reference in New Issue
Block a user