Add an installation script

This commit is contained in:
2021-05-04 16:06:12 +02:00
parent b53b04498e
commit d8d5c47f1e

10
install.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
if [[ $UID != "0" ]]; then
echo "ERROR: You must run this script as root!"
exit 1
fi
cp sysless /etc/sysless && chmod 644 /etc/sysless