diff --git a/scripts/restore b/scripts/restore index 5c9eaa1..62df297 100644 --- a/scripts/restore +++ b/scripts/restore @@ -26,6 +26,7 @@ fi if [ "$app_version" = "8" ]; then bin_file="$final_path/venv/bin/python $final_path/$appname/$FORKNAME.py" fi +export preinstall=0 #================================================= # CHECK IF THE APP CAN BE RESTORED