Made system package install not fail when previous run failed without internet connection

This commit is contained in:
2026-07-09 11:27:07 +02:00
parent ecce1db026
commit d319764738
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -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
+8
View File
@@ -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