mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-14 17:02:22 +00:00
Update install_proxmenux.sh
This commit is contained in:
parent
11fbfda6bf
commit
7259b0a850
@ -526,6 +526,7 @@ show_installation_options() {
|
|||||||
"1" "Normal Version (English only)" 3>&1 1>&2 2>&3)
|
"1" "Normal Version (English only)" 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
if [ -z "$INSTALL_TYPE" ]; then
|
if [ -z "$INSTALL_TYPE" ]; then
|
||||||
|
show_proxmenux_logo
|
||||||
msg_warn "Installation cancelled."
|
msg_warn "Installation cancelled."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -535,6 +536,7 @@ show_installation_options() {
|
|||||||
"2" "Translation Version (Multi-language support)" 3>&1 1>&2 2>&3)
|
"2" "Translation Version (Multi-language support)" 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
if [ -z "$INSTALL_TYPE" ]; then
|
if [ -z "$INSTALL_TYPE" ]; then
|
||||||
|
show_proxmenux_logo
|
||||||
msg_warn "Installation cancelled."
|
msg_warn "Installation cancelled."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -543,6 +545,7 @@ show_installation_options() {
|
|||||||
|
|
||||||
|
|
||||||
if [ -z "$INSTALL_TYPE" ]; then
|
if [ -z "$INSTALL_TYPE" ]; then
|
||||||
|
show_proxmenux_logo
|
||||||
msg_warn "Installation cancelled."
|
msg_warn "Installation cancelled."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -550,12 +553,14 @@ show_installation_options() {
|
|||||||
# For new installations, show confirmation with details
|
# For new installations, show confirmation with details
|
||||||
if [ "$current_install_type" = "none" ]; then
|
if [ "$current_install_type" = "none" ]; then
|
||||||
if ! show_installation_confirmation "$INSTALL_TYPE"; then
|
if ! show_installation_confirmation "$INSTALL_TYPE"; then
|
||||||
|
show_proxmenux_logo
|
||||||
msg_warn "Installation cancelled."
|
msg_warn "Installation cancelled."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! handle_installation_change "$current_install_type" "$INSTALL_TYPE"; then
|
if ! handle_installation_change "$current_install_type" "$INSTALL_TYPE"; then
|
||||||
|
show_proxmenux_logo
|
||||||
msg_warn "Installation cancelled."
|
msg_warn "Installation cancelled."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user