diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-12-09 09:17:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-12-09 09:17:56 -0300 |
commit | bdb75505d8c4afcbbbd18b530ed4649a0f56a63a (patch) | |
tree | efe35598657ee4eb7d2c19683137b181a5fce3d4 /share | |
parent | b9baf399d88421d49a6fa20166d71a670c295006 (diff) | |
download | templater-bdb75505d8c4afcbbbd18b530ed4649a0f56a63a.tar.gz templater-bdb75505d8c4afcbbbd18b530ed4649a0f56a63a.tar.bz2 |
Fix: update trashman-debian
Diffstat (limited to 'share')
-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 |