From: Silvio Rhatto Date: Fri, 9 Dec 2022 12:17:56 +0000 (-0300) Subject: Fix: update trashman-debian X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bdb75505d8c4afcbbbd18b530ed4649a0f56a63a;p=templater.git Fix: update trashman-debian --- 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