From 8a6d64d23c267b4bba4b9b5217c935b0496d1b28 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Thu, 24 Apr 2025 19:34:50 +0200 Subject: [PATCH] Updated script --- update_arch_steambox.sh | 189 ++++++++++++++++------------------------ 1 file changed, 75 insertions(+), 114 deletions(-) diff --git a/update_arch_steambox.sh b/update_arch_steambox.sh index 870e698..dc10535 100755 --- a/update_arch_steambox.sh +++ b/update_arch_steambox.sh @@ -29,6 +29,16 @@ fi # Read currently operating kernel version KERNEL=$(uname -r) +# Enable multilib +if ! grep -q "^\[multilib\]" /etc/pacman.conf; then + printf -- '\033[33m Enabling multilib\n\033[37m' + sudo tee -a /etc/pacman.conf > /dev/null <