overwrite file
This commit is contained in:
parent
eaa4810096
commit
3d6a276162
1 changed files with 1 additions and 1 deletions
2
arch.sh
2
arch.sh
|
@ -116,7 +116,7 @@ then
|
||||||
|
|
||||||
# === Micro configuration ==
|
# === Micro configuration ==
|
||||||
git config --global core.editor "micro"
|
git config --global core.editor "micro"
|
||||||
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -P "$HOME"/.config/micro/
|
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json
|
||||||
|
|
||||||
# === GL4D ==
|
# === GL4D ==
|
||||||
# Download and build
|
# Download and build
|
||||||
|
|
Loading…
Reference in a new issue