add topgrade config in installation
This commit is contained in:
parent
95b0be6d48
commit
9b36634d7c
1 changed files with 4 additions and 0 deletions
4
meta.sh
4
meta.sh
|
@ -181,6 +181,10 @@ function main {
|
||||||
|
|
||||||
# === Update NPM ==
|
# === Update NPM ==
|
||||||
sudo npm i -g npm@latest
|
sudo npm i -g npm@latest
|
||||||
|
|
||||||
|
|
||||||
|
# === Topgrade ==
|
||||||
|
wget -q "${repo}"/.config/topgrade/topgrade.toml -O "$HOME"/.config/topgrade.toml
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
Loading…
Reference in a new issue