From 1612c14ba5fd9f5323a3c3820ed115da76927645 Mon Sep 17 00:00:00 2001 From: Chris Druif Date: Wed, 14 Sep 2022 22:06:22 +0000 Subject: [PATCH] Update start-avalanche --- start-avalanche | 8 ++++++++ start-pyrenee | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 start-avalanche delete mode 100644 start-pyrenee 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