first commit
This commit is contained in:
commit
0fb578117b
3 changed files with 84 additions and 0 deletions
10
installer.sh
Executable file
10
installer.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue