From 7fb99382658142fd376cfdb963f4bd4bebbc174d Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 10 Sep 2021 08:57:20 +0200 Subject: [PATCH] added trash-cli --- bootstrap-root.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index b65727a..3f7768c 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -30,6 +30,7 @@ apt-get update \ python3-venv \ software-properties-common \ tig \ + trash-cli \ zsh \ && apt-get install --no-install-recommends -y \ firejail \