Update INSTALL-GLACIER.sh

This commit is contained in:
everest 2022-03-24 13:38:32 +00:00 committed by GitHub
parent 8d61a9b07e
commit 2f0161baac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,16 @@ chmod +x glacier-install.sh
chmod +x glacier-remove.sh chmod +x glacier-remove.sh
chmod +x glacier-update.sh chmod +x glacier-update.sh
chmod +x glacier-query.sh chmod +x glacier-query.sh
chmod +x glacier-help.sh
echo "[ i ] Installing glacier..." echo "[ i ] Installing glacier..."
cp glacier-install.sh glacier-install cp glacier-install.sh glacier-install
cp glacier-remove.sh glacier-remove cp glacier-remove.sh glacier-remove
cp glacier-update.sh glacier-update cp glacier-update.sh glacier-update
cp glacier-query.sh glacier-query cp glacier-query.sh glacier-query
cp glacier-help.sh glacier-help
mv glacier-install /bin mv glacier-install /bin
mv glacier-remove /bin mv glacier-remove /bin
mv glacier-update /bin mv glacier-update /bin
mv glacier-query /bin mv glacier-query /bin
mv glacier-help /bin
echo "[ i ] Glacier has finished installing successfully." echo "[ i ] Glacier has finished installing successfully."