point setup.sh at upstream
This commit is contained in:
parent
80034c0078
commit
01da54aadf
1 changed files with 1 additions and 1 deletions
2
docs/static/setup.sh
vendored
2
docs/static/setup.sh
vendored
|
@ -64,7 +64,7 @@ select opt in "${options[@]}" "Quit"; do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$split" == "n" ]; then
|
if [ "$split" == "n" ]; then
|
||||||
repo_path="https://github.com/bmcgavin/zmk-config-template.git"
|
repo_path="https://github.com/zmkfirmware/zmk-config-template.git"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
read -e -p "Copy in the stock keymap for customization? [Yn]: " copy_keymap
|
read -e -p "Copy in the stock keymap for customization? [Yn]: " copy_keymap
|
||||||
|
|
Loading…
Reference in a new issue