Update install.sh

This commit is contained in:
Carl Roman Hultay
2024-11-25 14:27:08 -05:00
committed by GitHub
parent 59735b97f4
commit d9b980559d

View File

@@ -225,10 +225,12 @@ menu() {
1) enigma_install_init; install_dependencies; break;;
2) install_bbs; break;;
3) enigma_install_init; install_everything; break;;
$((${#options[@]}+1))) echo "Goodbye!"; break;;
$((${#options[@]}+1))) echo "Goodbye!"; exit 0;;
*) echo "Invalid option. Try another one.";continue;;
esac
done
done < /dev/tty
unset PS3
}
enigma_header