Files
hartman-server/script-system-update
2021-10-16 15:18:54 -04:00

12 lines
257 B
Bash
Executable File

#!/usr/bin/env bash
# Update the system
# Copyright 2021 Bryan C. Roessler
[[ -f functions ]] && . functions || exit 1
echo "Security updates are automatically installed, use this program to perform a full system update"
is_root
dnf update --refresh -y