Remove git pull

This commit is contained in:
RealStickman 2021-02-18 21:36:15 +01:00
parent 9f54cc14cb
commit ddf331bf71

View File

@ -5,7 +5,4 @@ set -euo pipefail
# redetects PulseAudio outputs
pacmd unload-module module-udev-detect && pacmd load-module module-udev-detect
# Git pull
bash "$HOME/scripts/git-pull.sh"
exit 0