diff --git a/start-avalanche b/start-avalanche new file mode 100644 index 0000000..5a233ce --- /dev/null +++ b/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 diff --git a/start-pyrenee b/start-pyrenee deleted file mode 100644 index 16947ba..0000000 --- a/start-pyrenee +++ /dev/null @@ -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