mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-05-01 11:41:24 +00:00
fix if to elif
This commit is contained in:
@@ -635,7 +635,7 @@ if [ -n "$IS_MACOS" ]; then
|
||||
install_nodejs_npm
|
||||
home
|
||||
# Detect the package manager and execute the appropriate installation
|
||||
if command -v apt-get &>/dev/null; then
|
||||
elif command -v apt-get &>/dev/null; then
|
||||
log_message "INFO" "Detected Debian/Ubuntu-based system.${reset}"
|
||||
# Debian/Ubuntu
|
||||
install_git
|
||||
|
||||
Reference in New Issue
Block a user