Compare commits
2 commits
8256f12274
...
1114c4f3a3
Author | SHA1 | Date | |
---|---|---|---|
1114c4f3a3 | |||
05dfad11df |
2 changed files with 9 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
chezmoi 2.18.1
|
||||
golang 1.18.3
|
||||
chezmoi 2.18.1
|
||||
nodejs lts
|
||||
aws-copilot 1.19.0
|
||||
|
|
|
@ -41,6 +41,12 @@ upgrade_system() {
|
|||
nvim --headless -E -c 'PaqSync' -c 'sleep 5' -c 'TSUpdateSync' -c 'sleep 5' -c 'quit'
|
||||
fi
|
||||
|
||||
if command -v asdf &> /dev/null; then
|
||||
asdf update
|
||||
asdf plugin update --all
|
||||
asdf latest --all
|
||||
fi
|
||||
|
||||
if command -v fwupdmgr &> /dev/null; then
|
||||
(
|
||||
# 2 is a valid exit code for the fwupdmgr where
|
||||
|
|
Loading…
Reference in a new issue