mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update storage_menu.sh
This commit is contained in:
parent
69a5b76e97
commit
4c3736fad7
@ -36,16 +36,19 @@ while true; do
|
|||||||
1)
|
1)
|
||||||
#show_proxmenux_logo
|
#show_proxmenux_logo
|
||||||
#msg_info2 "$(translate "Running script: Add Disk Passthrough to a VM")..."
|
#msg_info2 "$(translate "Running script: Add Disk Passthrough to a VM")..."
|
||||||
|
clear
|
||||||
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough.sh")
|
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough.sh")
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
#show_proxmenux_logo
|
#show_proxmenux_logo
|
||||||
#msg_info2 "$(translate "Running script: Add Disk Passthrough to a CT")..."
|
#msg_info2 "$(translate "Running script: Add Disk Passthrough to a CT")..."
|
||||||
|
clear
|
||||||
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough_ct.sh")
|
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough_ct.sh")
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
#show_proxmenux_logo
|
#show_proxmenux_logo
|
||||||
#msg_info2 "$(translate "Running script: Import Disk Image to a VM")..."
|
#msg_info2 "$(translate "Running script: Import Disk Image to a VM")..."
|
||||||
|
clear
|
||||||
bash <(curl -s "$REPO_URL/scripts/storage/import-disk-image.sh")
|
bash <(curl -s "$REPO_URL/scripts/storage/import-disk-image.sh")
|
||||||
;;
|
;;
|
||||||
4)
|
4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user