mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-01-26 17:09:44 +00:00
@@ -372,8 +372,7 @@ if [ -n "$IS_MACOS" ]; then
|
||||
install_git
|
||||
install_nodejs_npm
|
||||
installer
|
||||
# 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" "${blue_fg_strong}Detected Debian/Ubuntu-based system.${reset}"
|
||||
# Debian/Ubuntu
|
||||
install_git
|
||||
@@ -407,5 +406,3 @@ else
|
||||
log_message "ERROR" "${red_fg_strong}Unsupported package manager. Cannot detect Linux distribution.${reset}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
||||
@@ -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