Skip to content

Commit

Permalink
Merge pull request #535 from RenNagasaki/alltalkbeta_silent_installer
Browse files Browse the repository at this point in the history
Silent installer for linux
  • Loading branch information
erew123 authored Feb 27, 2025
2 parents cb47f76 + b07697b commit be1805e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions atsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be1805e

Please sign in to comment.