Initial commit
This commit is contained in:
11
script-system-update
Normal file
11
script-system-update
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user