Update update.sh

This commit is contained in:
2018-12-18 12:16:58 -05:00
parent a2337f311b
commit c6ecc6a767

View File

@@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
# Update and isntall the packages unsed in my homelab # Update and isntall the packages unsed in my homelab
# run "curl -L https://johnhgaunt.com/update.sh | bash" as root to use this script
# need to be root # need to be root
if [ "$EUID" -ne 0 ]; then if [ "$EUID" -ne 0 ]; then