feat: removed suckless. fix: updated scripts shebang

This commit is contained in:
AngeD 2021-12-23 18:48:07 +01:00
parent 2d6cd5e5ed
commit b6815156d3
6 changed files with 4 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/sh
if [ "$EUID" -ne 0 ]; then
echo "error: you cannot perform this operation unless you are root."