Keep Kernel Update Notices from Stopping Install
This commit is contained in:
parent
10b909024d
commit
f715b7e53d
1 changed files with 5 additions and 0 deletions
|
@ -205,6 +205,11 @@ function installInitialPrereqs(){
|
|||
aptgetInstall subversion
|
||||
aptgetInstall curl
|
||||
aptgetInstall zip
|
||||
|
||||
# Keep kernel update notifications from interrupting...
|
||||
if [ -e "/etc/needrestart/needrestart.conf" ]; then
|
||||
sed -i "s/#\$nrconf{kernelhints} = -1;/\$nrconf{kernelhints} = -1;/g" /etc/needrestart/needrestart.conf
|
||||
fi
|
||||
}
|
||||
|
||||
function setTimezoneManually(){
|
||||
|
|
Loading…
Reference in a new issue