Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dots
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CALIN Alexis
Dots
Commits
4cd89bc2
Commit
4cd89bc2
authored
2 years ago
by
alexis
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pipewire.sh
+11
-0
11 additions, 0 deletions
pipewire.sh
pulseaudio.sh
+8
-0
8 additions, 0 deletions
pulseaudio.sh
setup.sh
+7
-2
7 additions, 2 deletions
setup.sh
with
26 additions
and
2 deletions
pipewire.sh
0 → 100755
+
11
−
0
View file @
4cd89bc2
#!/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
This diff is collapsed.
Click to expand it.
pulseaudio.sh
0 → 100755
+
8
−
0
View file @
4cd89bc2
#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
This diff is collapsed.
Click to expand it.
setup.sh
+
7
−
2
View file @
4cd89bc2
...
@@ -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)'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment