git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/peps/usr/local/bin/keinepeps
blob: c539c0b2ce96a565636cdb2b168e157102214a91 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

rm -vf /usr/local/bin/browser-launcher||exit 1
ln -vsf grafana /usr/local/bin/browser-launcher||exit 2
printf "Restarting LightDM in "
for i in {5..1};do
	printf "$i..."
	sleep 1
done
printf "\\n"
systemctl restart lightdm.service