Skip to content

Commit

Permalink
Merge pull request #204 from leomeinel/temp
Browse files Browse the repository at this point in the history
Merge main from temp
  • Loading branch information
leomeinel authored Apr 28, 2023
2 parents 009c2d3 + 3f7e919 commit d29981a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,15 @@ reflector --save /etc/pacman.d/mirrorlist --country "$MIRRORCOUNTRIES" --protoco

# Install packages
pacman -Syu --noprogressbar --noconfirm --needed - <"$SCRIPT_DIR/pkgs-setup.txt"
## Install optional dependencies
pacman -Qq "apparmor" >/dev/null 2>&1 &&
DEPENDENCIES+=$'\npython-notify2'
pacman -Qq "docker" >/dev/null 2>&1 &&
DEPENDENCIES+=$'\ndocker-scan'
pacman -Syu --noprogressbar --noconfirm --needed --asdeps - <<<"$DEPENDENCIES"
## Reinstall pipewire plugins as dependencies
pacman -Qq "pipewire" >/dev/null 2>&1 &&
pacman -Syu --noprogressbar --noconfirm --asdeps pipewire-alsa pipewire-jack pipewire-pulse

# Configure $SYSUSER
## Run sysuser.sh
Expand Down

0 comments on commit d29981a

Please sign in to comment.