Browse Source

Update start-avalanche

main
Chris Druif 2 years ago
parent
commit
1612c14ba5
  1. 8
      start-avalanche
  2. 8
      start-pyrenee

8
start-avalanche

@ -0,0 +1,8 @@
#! /bin/ash
echo -e "This script will setup everything need by the Avalanche Conversion Tool (ACT).\nThis includes downloading and running it for you."
apk add bash bash-completion dialog nano
wget https://gitlab.com/avalanche-linux/avalanche-linux/-/raw/main/avalanche-conversion-tool.sh
chmod +x avalanche-conversion-tool.sh
bash avalanche-conversion-tool.sh

8
start-pyrenee

@ -1,8 +0,0 @@
#! /bin/ash
echo -e "This script will setup everything need by the Pyrenee Conversion Utility.\nThis includes downloading and running it for you."
apk add bash bash-completion dialog nano
wget https://gitlab.com/pyrenee-linux/pyrenee-linux/-/raw/main/pyrenee-conversion-utility.sh
chmod +x pyrenee-conversion-utility.sh
bash pyrenee-conversion-utility.sh
Loading…
Cancel
Save