blob: 8b553a4d2c13d39d50d5d7add989cc636bb4647b (
plain)
1
2
3
4
5
6
|
#!/bin/sh
cd /home/joeac.net/joeac.net \
&& sudo -u joeac.net git pull \
&& sudo -u joeac.net make \
&& sudo -u joeac.net XDG_RUNTIME_DIR=/tmp/xdg/$(id -u joeac.net)-xdg-runtime-dir make reinstall
|