remove keepalive

This commit is contained in:
zotan 2018-02-02 15:53:32 +01:00
parent 0f910166c8
commit 2a784de73f

View file

@ -1,11 +1,6 @@
#!/bin/bash
cd
sudo -v
#sudo-keepalive
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
sudo eopkg up -y
sudo snap install spotify
@ -68,6 +63,3 @@ if [[ $? -ne 0 ]]; then
echo "alias gpl='git pull'" >> .zshrc
echo "alias grm='git rm'" >> .zshrc
fi
#end sudo-keepalive
kill $(jobs -p)