From bdb75505d8c4afcbbbd18b530ed4649a0f56a63a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 9 Dec 2022 09:17:56 -0300 Subject: Fix: update trashman-debian --- share/templater/trashman-debian/files/install | 4 ++-- 1 file 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 -- cgit v1.2.3