diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-12 11:05:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-12 11:05:35 -0200 |
commit | 5abbe49af5da32a50f2cac8e40e85bbeb63be31c (patch) | |
tree | 1ddaa0793c8f6e51ca21fc2f88cb1cf3f8aa73e4 | |
parent | 988d93b125129c6f84ba1d1f9490e93437ecdfb1 (diff) | |
download | trashman-5abbe49af5da32a50f2cac8e40e85bbeb63be31c.tar.gz trashman-5abbe49af5da32a50f2cac8e40e85bbeb63be31c.tar.bz2 |
TODO cleanup and minor fix
-rw-r--r-- | TODO.md | 3 | ||||
-rwxr-xr-x | share/trashman/nodejs/unix/linux/debian/install | 1 |
2 files changed, 1 insertions, 3 deletions
@@ -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 |