mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-02 22:16:54 +00:00
Update select_linux_iso.sh
This commit is contained in:
parent
96c23bf138
commit
5f2e346bd8
@ -265,7 +265,7 @@ function select_linux_other_scripts() {
|
||||
--menu "\n$(translate "Select one of the ready-to-run Linux VMs:")" 18 70 10 \
|
||||
"${OTHER_OPTIONS[@]}" 3>&1 1>&2 2>&3)
|
||||
|
||||
if [[ $? -ne 0 || "$choice" == "3" ]]; then
|
||||
if [[ $? -ne 0 || "$choice" == "4" ]]; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
@ -283,7 +283,7 @@ function select_linux_other_scripts() {
|
||||
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 "$(translate "This VM requires extra installation steps, see install guide at:\nhttps://github.com/community-scripts/ProxmoxVE/discussions/144")"
|
||||
echo -e
|
||||
;;
|
||||
esac
|
||||
@ -295,6 +295,7 @@ function select_linux_other_scripts() {
|
||||
--msgbox "$(translate "Visit the website to discover more scripts, stay updated with the latest updates, and support the project:\n\nhttps://community-scripts.github.io/ProxmoxVE")" 15 70
|
||||
|
||||
return 1
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user