Made system package install not fail when previous run failed without internet connection
This commit is contained in:
@@ -3,9 +3,10 @@
|
|||||||
if ! grep -q '^\[multilib\]' /etc/pacman.conf; then
|
if ! grep -q '^\[multilib\]' /etc/pacman.conf; then
|
||||||
info "enabling [multilib] repo"
|
info "enabling [multilib] repo"
|
||||||
sed -i '/^#\[multilib\]/,/^#Include/ s/^#//' /etc/pacman.conf
|
sed -i '/^#\[multilib\]/,/^#Include/ s/^#//' /etc/pacman.conf
|
||||||
pacman -Sy
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pacman -Sy
|
||||||
|
|
||||||
# Install the base package set + the GPU vendor group for this host.
|
# Install the base package set + the GPU vendor group for this host.
|
||||||
pac_file packages/pacman.txt
|
pac_file packages/pacman.txt
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,15 @@ sudo ~/arch-system-hyprland/04-secrets/run.sh
|
|||||||
- install bitwig studio manually
|
- install bitwig studio manually
|
||||||
- agisoft metashape manually
|
- agisoft metashape manually
|
||||||
- configure wine manually
|
- configure wine manually
|
||||||
|
|
||||||
- configure yabridge 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 vcvrack modules
|
||||||
- copy arduino libraries
|
- copy arduino libraries
|
||||||
- copy processing libraries
|
- copy processing libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user