]> gitweb.fluxo.info Git - hydra.git/commitdiff
Using full-upgrade instead of safe-upgrade
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Feb 2014 13:38:17 +0000 (10:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Feb 2014 13:38:17 +0000 (10:38 -0300)
share/hydractl/upgrade

index 5a2f59714a0be44b2b4772ed1e976573c94b24e3..92bf0c424d557a6dac2686a4e52b3a70eb621169 100755 (executable)
@@ -27,7 +27,7 @@ fi
 # Issue upgrade
 if ! $sudo lsof /var/lib/dpkg/lock &> /dev/null; then
   $sudo aptitude update
-  $sudo aptitude safe-upgrade -y
+  $sudo aptitude full-upgrade -y
 else
   echo "Apt is locked, aborting."
 fi