remove dependency to wget

This commit is contained in:
pvincent
2024-03-06 21:44:31 +04:00
parent 82fd747706
commit eb1c3be73a
3 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -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