From d3197647384dce101b415959003d06b742e6b38c Mon Sep 17 00:00:00 2001 From: Tobias Huttinger Date: Thu, 9 Jul 2026 11:27:07 +0200 Subject: [PATCH] Made system package install not fail when previous run failed without internet connection --- 02-system/10-packages.sh | 3 ++- README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/02-system/10-packages.sh b/02-system/10-packages.sh index 3df05cd..cc276cd 100644 --- a/02-system/10-packages.sh +++ b/02-system/10-packages.sh @@ -3,9 +3,10 @@ if ! grep -q '^\[multilib\]' /etc/pacman.conf; then info "enabling [multilib] repo" sed -i '/^#\[multilib\]/,/^#Include/ s/^#//' /etc/pacman.conf - pacman -Sy fi +pacman -Sy + # Install the base package set + the GPU vendor group for this host. pac_file packages/pacman.txt diff --git a/README.md b/README.md index f446ec1..dd0ebbb 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,15 @@ sudo ~/arch-system-hyprland/04-secrets/run.sh - install bitwig studio manually - agisoft metashape manually - configure wine manually + - configure yabridge manually + ``` + yabridgectl add "$HOME/.wine-vst/drive_c/Program Files/Steinberg/VstPlugins" + yabridgectl add "$HOME/.wine-vst/drive_c/Program Files/Common Files/VST3" + yabridgectl add "$HOME/.wine-vst/drive_c/Program Files/Common Files/CLAP" + yabridgectl sync + ``` + - copy vcvrack modules - copy arduino libraries - copy processing libraries