pulseaduio-kurkos.yenilendi.
This commit is contained in:
parent
834da15e55
commit
b75c601970
|
@ -1 +1,8 @@
|
||||||
pulseaudio -D
|
#!/bin/bash
|
||||||
|
mkdir -p /root/.config/autostart-scripts
|
||||||
|
if [ ! -f /root/.config/autostart-scripts/pulse.sh ];then
|
||||||
|
cp /root/ayarlar/kde/.config/autostart-scripts/pulse.sh /root/.config/autostart-scripts/pulse.sh
|
||||||
|
echo "gerekli pulseaudio dosyasi olusturuldu."
|
||||||
|
else
|
||||||
|
echo "gerekli pulseaudio dosyasi mevcut."
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue