skip discord auto-update
This commit is contained in:
parent
a8906f42cf
commit
db045cf2c7
2 changed files with 8 additions and 1 deletions
6
arch.sh
6
arch.sh
|
@ -414,6 +414,12 @@ main() {
|
||||||
# Pour latexindent
|
# Pour latexindent
|
||||||
sudo cpanm YAML::Tiny File::HomeDir
|
sudo cpanm YAML::Tiny File::HomeDir
|
||||||
|
|
||||||
|
# === Discord ==
|
||||||
|
# Skip update
|
||||||
|
path_config_discord="$HOME"/.config/discord/settings.json
|
||||||
|
updated_config_discord="$(< "$path_config_discord" jq '. + { "SKIP_HOST_UPDATE": true }')"
|
||||||
|
echo "$updated_config_discord" > "$path_config_discord"
|
||||||
|
|
||||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,8 @@
|
||||||
"rebuild-detector",
|
"rebuild-detector",
|
||||||
"git-delta",
|
"git-delta",
|
||||||
"sdl2_ttf",
|
"sdl2_ttf",
|
||||||
"rustup"
|
"rustup",
|
||||||
|
"jq"
|
||||||
],
|
],
|
||||||
"plugin": null,
|
"plugin": null,
|
||||||
"profile": {
|
"profile": {
|
||||||
|
|
Loading…
Reference in a new issue