Browse Source

Created a start-here script, to add the extas needed before running the Conversion script.

main
Chris Druif 2 years ago
parent
commit
0d35b791a8
  1. 8
      start-here.sh

8
start-here.sh

@ -0,0 +1,8 @@
#! /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-complition dialog
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