Changed the pulse script a bit.
This commit is contained in:
parent
21fd032d6f
commit
39b485dd79
@ -24,7 +24,7 @@ read -p "This next sections requires root priveleges.. If you don't have access
|
||||
|
||||
# Get root's 's XDG_HOME
|
||||
xdgPath="/root/.config"
|
||||
mkdir -p "$xdgPath"
|
||||
sudo mkdir -p "$xdgPath"
|
||||
|
||||
# Warn user if we are going to overwrite an existing default.pa
|
||||
if [ -f "$xdgPath/pulse/default.pa" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user