X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fscripts%2FLAST%2F50-misc;h=4627697ecea58fc7b859c6a6abf2037e39eaaa0f;hp=aa4c198e9751b83665eac35f7b0b4eee0f7685da;hb=da61a304a10de72288782a9d872769fe44576f50;hpb=7024f2155d8d5e4754d5c1ce0ccf8352149f81cd diff --git a/fai/config/scripts/LAST/50-misc b/fai/config/scripts/LAST/50-misc index aa4c198..4627697 100755 --- a/fai/config/scripts/LAST/50-misc +++ b/fai/config/scripts/LAST/50-misc @@ -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