installer/installer.sh
2025-03-28 11:57:24 -06:00

10 lines
152 B
Bash
Executable file

#!/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"