diff options
-rwxr-xr-x | share/templater/trashman-debian/files/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/trashman-debian/files/install b/share/templater/trashman-debian/files/install index b1f1a4c..cb917cd 100755 --- a/share/templater/trashman-debian/files/install +++ b/share/templater/trashman-debian/files/install @@ -1,6 +1,6 @@ #!/bin/bash # -# Hoarder installer for debian systems. +# Trashman installer for debian systems. # # Parameters @@ -13,7 +13,7 @@ REQUIREMENTS="" . $LIB/trashman/debian || exit 1 # Requirements -#trashman_apt_install_packages $REQUIREMENTS +#trashman_apt_install $REQUIREMENTS # Write your custom installation code here # TODO |