mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-25 22:01:15 +00:00
Update install_proxmenux.sh
This commit is contained in:
@@ -31,6 +31,17 @@ if ! command -v whiptail &> /dev/null; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if ! command -v curl &> /dev/null; then
|
||||
msg_info "Instalando curl..."
|
||||
if apt-get update && apt-get install -y curl; then
|
||||
msg_ok "curl instalado correctamente."
|
||||
else
|
||||
msg_error "Error al instalar curl. Por favor, instálalo manualmente."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
# Crear las carpetas necesarias
|
||||
msg_info "Creando carpetas necesarias..."
|
||||
mkdir -p "$LANG_DIR"
|
||||
|
Reference in New Issue
Block a user