Skip to content

Commit

Permalink
Temporarily switch to dev branches of config and configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Dec 11, 2023
1 parent a4482a0 commit 697dae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/ratos/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
####

[ -n "$RATOS_CONFIG_SHIP" ] || RATOS_CONFIG_SHIP=https://github.com/Rat-OS/RatOS-configuration.git
[ -n "$RATOS_CONFIG_BRANCH" ] || RATOS_CONFIG_BRANCH=v2.x
[ -n "$RATOS_CONFIG_BRANCH" ] || RATOS_CONFIG_BRANCH=development
[ -n "$RATOS_THEME_SHIP" ] || RATOS_THEME_SHIP=https://github.com/Rat-OS/RatOS-theme.git
[ -n "$RATOS_THEME_BRANCH" ] || RATOS_THEME_BRANCH=v2.x
[ -n "$RATOS_CONFIGURATOR_SHIP" ] || RATOS_CONFIGURATOR_SHIP=https://github.com/Rat-OS/RatOS-configurator.git
[ -n "$RATOS_CONFIGURATOR_BRANCH" ] || RATOS_CONFIGURATOR_BRANCH=v2.x-deployment
[ -n "$RATOS_CONFIGURATOR_BRANCH" ] || RATOS_CONFIGURATOR_BRANCH=dev-deployment

#### NOTE:
#### python3-serial is a klipper requirement
Expand Down

0 comments on commit 697dae8

Please sign in to comment.