[Setup] Fix

This commit is contained in:
2025-06-22 14:49:58 +02:00
parent 4683a171b9
commit e20a33e132
2 changed files with 3 additions and 1 deletions

2
setup
View File

@@ -23,7 +23,7 @@ echo "
"
trap 'echo -e "\nCaught Ctrl+C, exiting..."; exit 1' SIGINT
trap 'echo -e "\nCaught Ctrl+C, exiting..."; exit 130' SIGINT
# Read platform to install on (only if no platform file present in ~/.config/)
platform=""