]> gitweb.fluxo.info Git - templater.git/commitdiff
Fix: update trashman-debian
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 9 Dec 2022 12:17:56 +0000 (09:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 9 Dec 2022 12:17:56 +0000 (09:17 -0300)
share/templater/trashman-debian/files/install

index b1f1a4cf3c30946ca24a3d30f16766cc88d8e23a..cb917cd3f8a7d95d8d82f08e73ecfc0fb728b826 100755 (executable)
@@ -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