Skip to content
Snippets Groups Projects
Commit f0440e37 authored by schiermi's avatar schiermi
Browse files

Added apt-get update before upgrade.

parent 27e94666
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ git pull
git submodule init
git submodule update
puppet apply /etc/puppet/manifests/site.pp
apt-get -y update
apt-get -y upgrade
apt-get -y autoremove
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment