summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.bash15
1 files changed, 15 insertions, 0 deletions
diff --git a/update.bash b/update.bash
new file mode 100755
index 0000000..68afa5c
--- /dev/null
+++ b/update.bash
@@ -0,0 +1,15 @@
+#!/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