Set volume to 80% by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user