Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-05-08 21:37:33 +02:00 committed by GitHub
parent c33f5f5a44
commit 6538682e98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -325,9 +325,6 @@ parse_args() {
--skip-apt-update)
SKIP_APT_UPDATE=true
;;
--no-locales)
LOCALES=false
;;
--repair)
REPAIR=true
SKIP_PANEL_CHECK=true
@ -421,7 +418,6 @@ detect_os_and_package_manager() {
install_all_locales() {
if [ "$LOCALES" = true ]; then
# OpenPanel translations
#
@ -443,8 +439,6 @@ install_all_locales() {
debug_log "wget -O ${OPENPANEL_DIR}translations/tr/LC_MESSAGES/messages.po https://raw.githubusercontent.com/stefanpejcic/openpanel-translations/main/tr-tr/messages.pot"
debug_log "pybabel compile -d translations"
fi
}