From 1ee74cff440ce91207e866488fd4fd649e447f4b Mon Sep 17 00:00:00 2001 From: Rishon Date: Fri, 27 Dec 2024 19:10:52 +0530 Subject: [PATCH] Save #4 --- core/wine-installer-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/core/wine-installer-ubuntu.sh b/core/wine-installer-ubuntu.sh index 5d1be48..9a6af0f 100644 --- a/core/wine-installer-ubuntu.sh +++ b/core/wine-installer-ubuntu.sh @@ -45,6 +45,7 @@ echo "Adding the repositories... " spin & SPIN_PID=$! trap "kill -9 $SPIN_PID" `seq 0 15` + #Insert interactive shell here sudo add-apt-repository universe -y &>> ./logs/repoLog2.txt {