diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-17 10:31:37 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-17 10:31:37 -0200 |
commit | 8fa41c7e8c3114750beaaf9ebf626362b1a11f73 (patch) | |
tree | 7fb2f876767132f180a1f11ba91dbd00b252159b /share/provision/development | |
parent | 3b10ecf82aff9cd90d638ab4206515047bbe8acf (diff) | |
download | kvmx-8fa41c7e8c3114750beaaf9ebf626362b1a11f73.tar.gz kvmx-8fa41c7e8c3114750beaaf9ebf626362b1a11f73.tar.bz2 |
Adds trashman provisioner
Diffstat (limited to 'share/provision/development')
-rwxr-xr-x | share/provision/development | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/provision/development b/share/provision/development index 47b7efe..675f0c0 100755 --- a/share/provision/development +++ b/share/provision/development @@ -59,6 +59,9 @@ fi # Install hydra system-wide apps/hydra/hydractl install +# Install trashman system-wide +apps/trashman/trashman install trashman + # Hibernation support # https://wiki.archlinux.org/index.php/Swap#Swap_file # https://wiki.archlinux.org/index.php/Uswsusp |