aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gc.sh b/scripts/gc.sh
index c4d3ec3..e3ada13 100755
--- a/scripts/gc.sh
+++ b/scripts/gc.sh
@@ -28,7 +28,7 @@ guix gc
yellow "Cleaning up up the Trash and /tmp folders"
-rm -rf ~/.local/share/Trash/files/*
+sudo rm -rf ~/.local/share/Trash/files/*
# https://askubuntu.com/a/609396
sudo find /tmp -type f -atime +10 -delete