summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-11-29 12:00:36 -0500
committerAndrew Cady <d@cryptonomic.net>2022-11-29 12:00:36 -0500
commitd07826e7d08eab0e667fc8bf8d460728c1689fb1 (patch)
treefac35b57231dcc7f2f4cea5c2978b6b5bdbe8113 /Makefile
parent61564e4d18058031d96e207862f72f0628934ea3 (diff)
restart ioslay on install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7803bc8..f7c5eaf 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ SUDO != [ "$$(id -u)" = 0 ] || echo sudo
5.PHONY: install install-bin 5.PHONY: install install-bin
6 6
7install: install-bin 7install: install-bin
8 # sh your-fired.sh install 8 systemctl --user restart ioslay
9 : systemctl --user restart firefox
9 10
10uninstall-units: 11uninstall-units:
11 systemctl --user disable firefixer 12 systemctl --user disable firefixer