diff --git a/atsetup.sh b/atsetup.sh index 12239e6b..fca04a3f 100644 --- a/atsetup.sh +++ b/atsetup.sh @@ -553,6 +553,10 @@ reapply_standalone() { echo } - -# Start the main menu -main_menu +# Check for "-silent" install command-line argument +if [[ $1 == "-silent" ]]; then + install_custom_standalone +else + # Start the main menu + main_menu +fi \ No newline at end of file