mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update sm.sh
This commit is contained in:
parent
252a43363a
commit
1033fdecc8
@ -39,11 +39,11 @@ while true; do
|
|||||||
case $OPTION in
|
case $OPTION in
|
||||||
1)
|
1)
|
||||||
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-vm.sh")
|
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough.sh")
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
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.sh")
|
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough_ct.sh")
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
msg_info2 "$(translate "Running script: Import Disk Image to a VM")..."
|
msg_info2 "$(translate "Running script: Import Disk Image to a VM")..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user