Skip to content
Snippets Groups Projects
Commit 4cd89bc2 authored by alexis's avatar alexis
Browse files

added pipewire and pulsaudio script (pipewire need testing, and need to add arch)

parent 4e5dffac
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
sudo apt install pipewire pipewire-audio-client-librairies pipewire-media-session
sudo systemctl enable --now pipewire pipewire-pulse
echo "default-server = /run/user/$(id -u)/pipewire-O" > ~/.config/pulse/client.conf
sudo systemctl restart pulseaudio
sudo apt autoremove
#Install pulseaudio
sudo apt install pulseaudio
#Check for new service files
systemctl --user daemon-reload
#Enable and stop the PulseAudio service with:
systemctl --user --now enable pulseaudio.service pulseaudio.socket
...@@ -38,8 +38,13 @@ if [ "$distro" == "Debian" ]; then ...@@ -38,8 +38,13 @@ if [ "$distro" == "Debian" ]; then
read yn read yn
if [ "$yn" == 'y' ]; then if [ "$yn" == 'y' ]; then
# programs # programs
sudo apt install network-manager chromium newsboat thunderbird libreoffice pandoc texlive-full neofetch htop sudo apt install network-manager newsboat neofetch htop mpv python3-pip && sudo python3 -m pip install -U yt-dlp
sudo apt purge gnome-games echo 'Even bloated ones ? y or n'
read yn
if [ "$yn"== 'y' ]; then
sudo apt install chromium thunderbird libreoffice pandoc texlive-full
fi
sudo apt purge gnome-games
sudo systemctl enable --now NetworkManager && echo 'Enabled Network Manager' sudo systemctl enable --now NetworkManager && echo 'Enabled Network Manager'
echo 'Install VS Code? (y or n)' echo 'Install VS Code? (y or n)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment