Compare commits
3 Commits
7ccff3ac13
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 32984a72e2 | |||
| 5a50282e0e | |||
| ccf7e28e6e |
@@ -2,3 +2,6 @@ context.properties = {
|
||||
#default.clock.rate = 48000
|
||||
default.clock.allowed-rates = [ 44100, 48000, 88200, 96000, 176400, 192000 ]
|
||||
}
|
||||
stream.properties = {
|
||||
resample.quality = 14
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ function yes_or_no {
|
||||
}
|
||||
|
||||
echo "Removing fluff (maps, tour, etc)"
|
||||
dnf remove gnome-maps gnome-weather gnome-tour gnome-calendar gnome-contacts simple-scan
|
||||
dnf remove -y gnome-maps gnome-weather gnome-tour gnome-calendar gnome-contacts simple-scan &> /dev/null
|
||||
|
||||
|
||||
echo "adding RPM fusion repos & updating DNF"
|
||||
@@ -43,9 +43,9 @@ dnf install -y nushell &> /dev/null
|
||||
|
||||
# Update everything so it all plays nice together
|
||||
echo "Updating everything..."
|
||||
dnf group upgrade core -y &> /dev/null
|
||||
dnf check-update &> /dev/null
|
||||
dnf update -y &> /dev/null
|
||||
dnf update --refresh -y &> /dev/null
|
||||
#dnf check-update &> /dev/null
|
||||
#dnf update -y &> /dev/null
|
||||
|
||||
###Firmware updates
|
||||
# See what can be updated
|
||||
|
||||
Reference in New Issue
Block a user