mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-05-11 00:10:15 +00:00
@@ -372,8 +372,7 @@ if [ -n "$IS_MACOS" ]; then
|
|||||||
install_git
|
install_git
|
||||||
install_nodejs_npm
|
install_nodejs_npm
|
||||||
installer
|
installer
|
||||||
# Detect the package manager and execute the appropriate installation
|
elif command -v apt-get &>/dev/null; then
|
||||||
if command -v apt-get &>/dev/null; then
|
|
||||||
log_message "INFO" "${blue_fg_strong}Detected Debian/Ubuntu-based system.${reset}"
|
log_message "INFO" "${blue_fg_strong}Detected Debian/Ubuntu-based system.${reset}"
|
||||||
# Debian/Ubuntu
|
# Debian/Ubuntu
|
||||||
install_git
|
install_git
|
||||||
@@ -407,5 +406,3 @@ else
|
|||||||
log_message "ERROR" "${red_fg_strong}Unsupported package manager. Cannot detect Linux distribution.${reset}"
|
log_message "ERROR" "${red_fg_strong}Unsupported package manager. Cannot detect Linux distribution.${reset}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -635,7 +635,7 @@ if [ -n "$IS_MACOS" ]; then
|
|||||||
install_nodejs_npm
|
install_nodejs_npm
|
||||||
home
|
home
|
||||||
# Detect the package manager and execute the appropriate installation
|
# 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}"
|
log_message "INFO" "Detected Debian/Ubuntu-based system.${reset}"
|
||||||
# Debian/Ubuntu
|
# Debian/Ubuntu
|
||||||
install_git
|
install_git
|
||||||
|
|||||||
Reference in New Issue
Block a user