From 5abbe49af5da32a50f2cac8e40e85bbeb63be31c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 12 Nov 2017 11:05:35 -0200 Subject: TODO cleanup and minor fix --- TODO.md | 3 --- share/trashman/nodejs/unix/linux/debian/install | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 6603ea6..0b643cf 100644 --- a/TODO.md +++ b/TODO.md @@ -4,6 +4,3 @@ TODO * Multi-licensing and note on the lack of licensing for some scripts. * Support more OSes at `__trashman_distro()`. * Argument passing to distro/action scripts as `--param=value`. -* Packages: - * https://github.com/Crizstian/cinema-microservice - * http://mongotron.io/ diff --git a/share/trashman/nodejs/unix/linux/debian/install b/share/trashman/nodejs/unix/linux/debian/install index b8dc115..7fad275 100755 --- a/share/trashman/nodejs/unix/linux/debian/install +++ b/share/trashman/nodejs/unix/linux/debian/install @@ -22,6 +22,7 @@ SHARE="$1" # Include basic functions . $SHARE/trashman/functions || exit 1 +. $SHARE/trashman/debian || exit 1 # Install pubkey __trashman_install_apt_key $SHARE/nodejs/unix/linux/debian/pubkey.gpg nodesource.gpg -- cgit v1.2.3