Skip to content

Commit

Permalink
Update create-arch-bootstrap.sh: test install "bottles" from AUR (no …
Browse files Browse the repository at this point in the history
…wine)
  • Loading branch information
ivan-hc authored Jul 23, 2024
1 parent ecf2229 commit 40feb50
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ devel_pkgs="base-devel git meson mingw-w64-gcc cmake"
# You can add packages that you want and remove packages that you don't need
# Apart from packages from the official Arch repos, you can also specify
# packages from the Chaotic-AUR repo
export packagelist="${audio_pkgs} ${video_pkgs} ${wine_pkgs} ${devel_pkgs} \
ttf-dejavu ttf-liberation gamemode lib32-gamemode lib32-mangohud lib32-wayland bottles"
export packagelist="${audio_pkgs} ${video_pkgs} ${devel_pkgs}"

# If you want to install AUR packages, specify them in this variable
export aur_packagelist=""
export aur_packagelist="bottles"

# ALHP is a repository containing packages from the official Arch Linux
# repos recompiled with -O3, LTO and optimizations for modern CPUs for
Expand Down

0 comments on commit 40feb50

Please sign in to comment.