forked from thisiszeev/wine-installer
Save #4
This commit is contained in:
parent
0565a4f22d
commit
1ee74cff44
|
@ -45,6 +45,7 @@ echo "Adding the repositories... "
|
||||||
spin &
|
spin &
|
||||||
SPIN_PID=$!
|
SPIN_PID=$!
|
||||||
trap "kill -9 $SPIN_PID" `seq 0 15`
|
trap "kill -9 $SPIN_PID" `seq 0 15`
|
||||||
|
|
||||||
#Insert interactive shell here
|
#Insert interactive shell here
|
||||||
sudo add-apt-repository universe -y &>> ./logs/repoLog2.txt
|
sudo add-apt-repository universe -y &>> ./logs/repoLog2.txt
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue