From 18f5ac1ead084c38bb70a74d3be100c1baa520df Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 29 Jun 2025 15:02:13 +0200 Subject: [PATCH] update menus nas and linux --- scripts/vm/select_linux_iso.sh | 9 ++++++--- scripts/vm/select_nas_iso.sh | 5 ++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/scripts/vm/select_linux_iso.sh b/scripts/vm/select_linux_iso.sh index 1e8930c..936dba4 100644 --- a/scripts/vm/select_linux_iso.sh +++ b/scripts/vm/select_linux_iso.sh @@ -276,14 +276,17 @@ case "$choice" in 2) bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/docker-vm.sh)" echo -e - echo -e "$(translate "Default Login Credentials:\n\nUsername: root\nPassword: docker")" + echo -e "${TAB}$(translate "Default Login Credentials:")" + echo -e "${TAB}Username: root" + echo -e "${TAB}Password: docker" echo -e ;; 3) bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/nextcloud-vm.sh)" echo -e - echo -e "$(translate "You can use the following credentials to login to the Nextcloud vm.\nUsername: admin")" - echo -e "$(translate "This VM requires extra installation steps, see install guide at:\nhttps://github.com/community-scripts/ProxmoxVE/discussions/144")" + echo -e "${TAB}$(translate "You can use the following credentials to login to the Nextcloud vm:")" + echo -e "${TAB}Username: admin" + echo -e "${TAB}$(translate "This VM requires extra installation steps, see install guide at:\nhttps://github.com/community-scripts/ProxmoxVE/discussions/144")" echo -e ;; esac diff --git a/scripts/vm/select_nas_iso.sh b/scripts/vm/select_nas_iso.sh index 8da5b69..92b43da 100644 --- a/scripts/vm/select_nas_iso.sh +++ b/scripts/vm/select_nas_iso.sh @@ -113,7 +113,10 @@ function select_nas_iso() { HN="Umbrel OS" bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/umbrel-os-vm.sh)" echo -e - echo -e "$(translate "Default Login Credentials:\n\nUsername: umbrel\nPassword: umbrel")" + echo -e "${TAB}$(translate "Default Login Credentials:")" + echo -e "${TAB}Username: umbrel" + echo -e "${TAB}Password: umbrel" + echo -e "${TAB}$(translate "After logging in, run: ip a to obtain the IP address.\nThen, enter that IP address in your web browser like this:\n http://IP_ADDRESS\n\nThis will open the Umbral OS dashboard.")" echo -e msg_success "$(translate "Press Enter to return to menu...")" read -r