Compare commits
No commits in common. "1114c4f3a3d6a9f2ebddf69226a79b969bd5b7ff" and "8256f12274623b994b3d408739973f5021969f5d" have entirely different histories.
1114c4f3a3
...
8256f12274
2 changed files with 1 additions and 9 deletions
chezmoi
|
@ -1,4 +1,2 @@
|
||||||
golang 1.18.3
|
|
||||||
chezmoi 2.18.1
|
chezmoi 2.18.1
|
||||||
nodejs lts
|
golang 1.18.3
|
||||||
aws-copilot 1.19.0
|
|
||||||
|
|
|
@ -41,12 +41,6 @@ upgrade_system() {
|
||||||
nvim --headless -E -c 'PaqSync' -c 'sleep 5' -c 'TSUpdateSync' -c 'sleep 5' -c 'quit'
|
nvim --headless -E -c 'PaqSync' -c 'sleep 5' -c 'TSUpdateSync' -c 'sleep 5' -c 'quit'
|
||||||
fi
|
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
|
if command -v fwupdmgr &> /dev/null; then
|
||||||
(
|
(
|
||||||
# 2 is a valid exit code for the fwupdmgr where
|
# 2 is a valid exit code for the fwupdmgr where
|
||||||
|
|
Loading…
Reference in a new issue