Do an autoremove to remove node junk
This commit is contained in:
parent
7d4b8abc5b
commit
635bf201d4
|
@ -91,6 +91,8 @@ function remove_nodejs {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm $NODEJS_INSTALLED_APPS_FILE
|
rm $NODEJS_INSTALLED_APPS_FILE
|
||||||
|
|
||||||
|
apt-get -yq autoremove
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue