Block a user
9dc28a1cf6
Just mocked up a script to install LibreNMS, my coworker want's us to use this for network monitoring instead of zabbix. So I thought I might give it a try
4ab64cc1f1
Had to unescape EXEX_REPLACEMENT that would've prevented the desktop file from being valid
b44ac4e4b4
Had to add the install disk at the end of the grub-install lines (didn't see that until I tried to install 3 times)
fc290a728d
Had to fix typo when installing networkmanager, caused it to fail to install NM and wpa_supplicant
9f6f752a8a
Had to replace yes with the --noconfirm command because it didn't work for the gnome installation (as it asks for you to pick your subsystems)
8a6eccb884
Had to alter my 'yes' calls. As I had put un-needed flags '-y' that caused the utility to error out, causing my install to fail
2133dd9d47
Had to fix it YET again. I didn't realize that bash had -b to verify if something is a block device