summaryrefslogtreecommitdiff
path: root/update.bash
diff options
context:
space:
mode:
Diffstat (limited to 'update.bash')
-rwxr-xr-xupdate.bash15
1 files changed, 0 insertions, 15 deletions
diff --git a/update.bash b/update.bash
deleted file mode 100755
index 68afa5c..0000000
--- a/update.bash
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-paru -S $(<all)
-
-sudo reflector --country 'Austria' --latest 10 --sort rate --save /etc/pacman.d/mirrorlist
-sudo systemctl enable --now reflector.timer
-
-paru -Rns $(paru -Qqdt)
-sudo systemctl enable paccache.timer
-
-./dotfiles.bash
-
-./etc.bash
-
-./sysctl.bash