From 1033fdecc8b6a0fbc94ad29b037ab0d3576e9b74 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 9 Apr 2025 11:47:01 +0200 Subject: [PATCH] Update sm.sh --- scripts/menus/sm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menus/sm.sh b/scripts/menus/sm.sh index 6b3f50b..b5c293c 100644 --- a/scripts/menus/sm.sh +++ b/scripts/menus/sm.sh @@ -39,11 +39,11 @@ while true; do case $OPTION in 1) 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) 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) msg_info2 "$(translate "Running script: Import Disk Image to a VM")..."