Update update.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user