aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-12-09 09:17:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-12-09 09:17:56 -0300
commitbdb75505d8c4afcbbbd18b530ed4649a0f56a63a (patch)
treeefe35598657ee4eb7d2c19683137b181a5fce3d4
parentb9baf399d88421d49a6fa20166d71a670c295006 (diff)
downloadtemplater-bdb75505d8c4afcbbbd18b530ed4649a0f56a63a.tar.gz
templater-bdb75505d8c4afcbbbd18b530ed4649a0f56a63a.tar.bz2
Fix: update trashman-debian
-rwxr-xr-xshare/templater/trashman-debian/files/install4
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