Set volume to 80% by default

This commit is contained in:
Bram Prieshof
2022-09-23 15:17:40 +02:00
parent c9b987a6b0
commit 102f0cabf4

View File

@@ -11,6 +11,9 @@ NetCheck(){
done
}
#Set system volume
amixer set Master 80%
#Check for network
echo "Waiting for network"
ping -q -c1 google.com &>/dev/null && Net=true || Net=false