diff --git a/scripts/glacier-update.sh b/scripts/glacier-update.sh index 19b5150..0e0ecad 100644 --- a/scripts/glacier-update.sh +++ b/scripts/glacier-update.sh @@ -2,6 +2,10 @@ # glacier-update # Script used to update packages +# Glacier preloading + +source /etc/glacier.conf + # Require Glacier to be run as root if [[ $(/usr/bin/id -u) -ne 0 ]]; then printf "\033[1;31m [ $error ] \033[m Please run Glacier as root."