8 lines
328 B
Bash
8 lines
328 B
Bash
|
#!/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
|