mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 04:32:48 +01:00
soup will now ask to update packages
This commit is contained in:
@@ -163,7 +163,7 @@ check_log_size_limit() {
|
|||||||
|
|
||||||
check_os_updates() {
|
check_os_updates() {
|
||||||
# Check to see if there are OS updates
|
# Check to see if there are OS updates
|
||||||
NEEDUPDATES="WWe have detected missing operating system (OS) updates. Do you want to install these OS updates now? This could take a while depending on the size of your grid and how many packages are missing, but it is recommended to keep your system updated."
|
NEEDUPDATES="We have detected missing operating system (OS) updates. Do you want to install these OS updates now? This could take a while depending on the size of your grid and how many packages are missing, but it is recommended to keep your system updated."
|
||||||
if [[ $OS == 'ubuntu' ]]; then
|
if [[ $OS == 'ubuntu' ]]; then
|
||||||
OSUPDATES=$(apt list --upgradeable)
|
OSUPDATES=$(apt list --upgradeable)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user