Merge branch 'upstream'
[automated-distro-installer] / fai / config / scripts / LAST / 50-misc
index aa4c198e9751b83665eac35f7b0b4eee0f7685da..4627697ecea58fc7b859c6a6abf2037e39eaaa0f 100755 (executable)
@@ -45,7 +45,7 @@ if [ $do_init_tasks -eq 1 ] ; then
 fi
 
 # Make sure everything is configured properly
-if ifclass DEBIAN ; then
+if ifclass DEBIAN || ifclass UBUNTU; then
         echo "Running \"apt-get -f install\" for the last time."
         $ROOTCMD apt-get -f install
 fi