first commit

This commit is contained in:
λmolinae 2025-03-28 11:57:24 -06:00
commit 0fb578117b
3 changed files with 84 additions and 0 deletions

10
installer.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
software="software.csv"
if [ "$(id -u)" -ne 0 ]
then echo "You must run this script as root"
exit 1
fi
echo "Welcome to the installer"