Do an autoremove to remove node junk

This commit is contained in:
Bob Mottram 2016-11-04 14:41:20 +00:00
parent 7d4b8abc5b
commit 635bf201d4
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ function remove_nodejs {
fi
rm $NODEJS_INSTALLED_APPS_FILE
apt-get -yq autoremove
fi
}