Update WGET-INSTALL.sh

This commit is contained in:
everest 2022-05-05 14:11:26 +00:00 committed by GitHub
parent 94154b0bf2
commit 47f2dddd46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,3 @@
#!/bin.sh
mkdir ../glacier-tmp
wget https://github.com/everest-linux/glacier/blob/main/glacier-install.sh
wget https://github.com/everest-linux/glacier/blob/main/glacier-update.sh
wget https://github.com/everest-linux/glacier/blob/main/glacier-remove.sh
wget https://github.com/everest-linux/glacier/blob/main/glacier-query.sh
rm -rf /tmp/glacier && cd /tmp && git clone https://github.com/everest-linux/glacier && cd glacier/install && chmod +x INSTALL-GLACIER.sh && sudo ./INSTALL-GLACIER.sh