summaryrefslogtreecommitdiff
path: root/update.bash
diff options
context:
space:
mode:
authorDenis Chevalier <perso@denischevalier.fr>2026-08-06 13:46:28 +0200
committerDenis Chevalier <perso@denischevalier.fr>2026-08-06 13:46:28 +0200
commita7980241878abfe57dc8d85ca63a18c6db690aa7 (patch)
treea8d8f32d0723f52c262aa5c676dfd7db84435fe9 /update.bash
parent1842e4f8f2be20f5fead7ae2bf3a333fcdd9f81b (diff)
downloadpostinstall-a7980241878abfe57dc8d85ca63a18c6db690aa7.tar.gz
postinstall-a7980241878abfe57dc8d85ca63a18c6db690aa7.tar.bz2
postinstall-a7980241878abfe57dc8d85ca63a18c6db690aa7.zip
cleanup, and atomicity
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