Skip to content
Snippets Groups Projects
Commit 919c2132 authored by Daniel Schulte's avatar Daniel Schulte
Browse files

Bugfix: Wegen fehlendem Kernel von 'apt-get upgrade' auf 'apt-get dist-upgrade' gewechselt

parent 496a61a9
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ function install_packages_from_file()
function install_packages()
{
apt-get upgrade --assume-yes --force-yes
apt-get dist-upgrade --assume-yes --force-yes
apt-get install aptitude -y
#aptitude full-upgrade -y # make sure we have the newest versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment