Added lxqt

This commit is contained in:
2021-11-09 08:48:46 -08:00
parent e818eaa784
commit fa00d3d64f
3 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# Grant SH execute
chmod +x ./**/*.sh
# Disable running as root.
if [[ "$EUID" -eq 0 ]]; then
echo "Please do not run as root"