This commit is contained in:
Lukas Graz 2022-04-25 17:03:13 +02:00
parent 32dec46031
commit b690bc563a
2 changed files with 4 additions and 1 deletions

View File

@ -111,8 +111,8 @@ zip
########################################## ##########################################
### MY PACKAGES ### MY PACKAGES
########################################## ##########################################
gst-plugin-pipewire
pipewire pipewire
gst-plugin-pipewire
pipewire-alsa pipewire-alsa
pipewire-jack pipewire-jack
pipewire-pulse pipewire-pulse

View File

@ -89,6 +89,9 @@ echo -ne "
Installing Base System Installing Base System
------------------------------------------------------------------------- -------------------------------------------------------------------------
" "
# first install pipewire to avoid pulseaudio
sudo pacman -S -noconfirm -needed pipewire gst-plugin-pipewire pipewire-alsa pipewire-jack pipewire-pulse
# sed $INSTALL_TYPE is using install type to check for MINIMAL installation, if it's true, stop #X 'trims' the file # sed $INSTALL_TYPE is using install type to check for MINIMAL installation, if it's true, stop #X 'trims' the file
# stop the script and move on, not installing any more packages below that line # stop the script and move on, not installing any more packages below that line
if [[ ! $DESKTOP_ENV == server ]]; then if [[ ! $DESKTOP_ENV == server ]]; then