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 {