Compare commits
4 Commits
777cd43fc1
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3588e4626c | |||
| 129eca256b | |||
| 72bc8d3321 | |||
| 6ee6450a03 |
@@ -35,7 +35,7 @@ fwupdmgr refresh --force &> /dev/null
|
||||
fwupdmgr get-updates &> /dev/null
|
||||
|
||||
# Apply them
|
||||
fwupdmgr update &> /dev/null
|
||||
fwupdmgr update -y &> /dev/null
|
||||
|
||||
###Flathub
|
||||
echo "Fixing flathub"
|
||||
@@ -87,6 +87,9 @@ dnf update -y &> /dev/null
|
||||
sed -i "$ a AutoConnect=true" /etc/bluetooth/main.conf
|
||||
sed -i "$ a MultiProfile=multiple" /etc/bluetooth/main.conf
|
||||
|
||||
###Adding the update alias
|
||||
echo "Now you can just use the command 'upup' to update everything."
|
||||
"alias upup='sudo dnf update --refresh -y'" >> $HOME/.bashrc
|
||||
|
||||
###Archive support
|
||||
echo "Installing archive support"
|
||||
|
||||
Reference in New Issue
Block a user