summaryrefslogtreecommitdiff
path: root/update.bash
diff options
context:
space:
mode:
authorDenis Chevalier <perso@denischevalier.fr>2026-08-06 10:18:56 +0200
committerDenis Chevalier <perso@denischevalier.fr>2026-08-06 10:18:56 +0200
commite52124a951a05b2a5ce932fa215c6fb561e25749 (patch)
treef748c65eccf6c2365e851f94b4299e5ce8360707 /update.bash
parent8ddbb91c26a94ccb0a88f0670bdce18cf3061762 (diff)
downloadpostinstall-e52124a951a05b2a5ce932fa215c6fb561e25749.tar.gz
postinstall-e52124a951a05b2a5ce932fa215c6fb561e25749.tar.bz2
postinstall-e52124a951a05b2a5ce932fa215c6fb561e25749.zip
add update.bash
Diffstat (limited to 'update.bash')
-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