only give the option for installation if we are on a live system and setup is incomplete

This commit is contained in:
sose 2020-09-28 04:56:44 +00:00
parent 87b83b2c68
commit a928cf6f8c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ clear
echo "=== Welcome to Tildelinux! ==="
configure_network
if [ -f ./is_live ]
if [ -f ./is_live ] && [ -f ./setup_incomplete ]
then
choose_option
else