This commit is contained in:
parent
32dec46031
commit
b690bc563a
|
|
@ -111,8 +111,8 @@ zip
|
|||
##########################################
|
||||
### MY PACKAGES
|
||||
##########################################
|
||||
gst-plugin-pipewire
|
||||
pipewire
|
||||
gst-plugin-pipewire
|
||||
pipewire-alsa
|
||||
pipewire-jack
|
||||
pipewire-pulse
|
||||
|
|
|
|||
|
|
@ -89,6 +89,9 @@ echo -ne "
|
|||
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
|
||||
# stop the script and move on, not installing any more packages below that line
|
||||
if [[ ! $DESKTOP_ENV == server ]]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue