Remove topgrade
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
97675a6705
commit
388ed5e676
3 changed files with 10 additions and 9 deletions
|
@ -52,7 +52,6 @@ CONFIG_LINKED_FILES_HOME=(
|
||||||
".config/streamlink"
|
".config/streamlink"
|
||||||
".config/ssh"
|
".config/ssh"
|
||||||
".config/sway"
|
".config/sway"
|
||||||
".config/topgrade.toml"
|
|
||||||
".config/Thunar"
|
".config/Thunar"
|
||||||
".config/Trolltech.conf"
|
".config/Trolltech.conf"
|
||||||
".config/user-dirs.dirs"
|
".config/user-dirs.dirs"
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
disable = ["cargo", "pip3", "node", "composer"]
|
|
||||||
|
|
||||||
[git]
|
|
||||||
pull_predefined = false
|
|
||||||
repos = [
|
|
||||||
"~/dotfiles"
|
|
||||||
]
|
|
|
@ -3,4 +3,13 @@
|
||||||
. utils
|
. utils
|
||||||
|
|
||||||
print_section "Updating system"
|
print_section "Updating system"
|
||||||
topgrade
|
paru -Syu --devel
|
||||||
|
|
||||||
|
print_section "Updated configuration files"
|
||||||
|
pacdiff
|
||||||
|
|
||||||
|
print_section "Rust"
|
||||||
|
rustup update
|
||||||
|
|
||||||
|
print_section "Firmware Updates"
|
||||||
|
fwupdmgr get-updates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue