mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-25 13:51:15 +00:00
Update menu import image to vm
This commit is contained in:
@@ -35,17 +35,17 @@ while true; do
|
||||
case $OPTION in
|
||||
1)
|
||||
#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")..."
|
||||
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough.sh")
|
||||
;;
|
||||
2)
|
||||
#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")..."
|
||||
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough_ct.sh")
|
||||
;;
|
||||
3)
|
||||
#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")..."
|
||||
bash <(curl -s "$REPO_URL/scripts/storage/import-disk-image.sh")
|
||||
;;
|
||||
4)
|
||||
|
Reference in New Issue
Block a user