X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=fai%2Fconfig%2Fscripts%2FLAST%2F50-misc;h=459b4de92aef13687a67174cbe2e927dda5a8fca;hb=e6c8a36522847eca91819ab3eb656dd824bc3e3c;hp=8ae015c082ee24a5ded245b23a24958e6e82de39;hpb=2773c14668a490a1254a63541e1ef9fd3377104b;p=automated-distro-installer diff --git a/fai/config/scripts/LAST/50-misc b/fai/config/scripts/LAST/50-misc index 8ae015c..459b4de 100755 --- a/fai/config/scripts/LAST/50-misc +++ b/fai/config/scripts/LAST/50-misc @@ -45,7 +45,8 @@ 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