kill running instance if any

This commit is contained in:
piotr
2021-09-24 04:08:22 +02:00
parent 2ad8a8c241
commit 97c0e0c972

View File

@@ -12,7 +12,7 @@ build:
go build -o bin/nwg-drawer .
install:
killall nwg-drawer || echo
-pkill -f nwg-drawer
mkdir -p /usr/share/nwg-drawer
cp -r desktop-directories /usr/share/nwg-drawer
cp drawer.css /usr/share/nwg-drawer