We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e56ad commit c90d271Copy full SHA for c90d271
1 file changed
src/Dependencies.mk
@@ -22,10 +22,10 @@ TMP_DIR := $(BUILD_DIR)/.external
22
GIT_HTTPS ?= 0
23
24
ifeq ($(GIT_HTTPS),1)
25
- UIBASE_URL := https://github.com/AtlantisOS-Project/atlantis-UI-base.git
+ UIBASE_URL := https://github.com/AtlantisOS-Project/atlantis-UI-base-C.git
26
DEBBUILD_URL := https://github.com/AtlantisOS-Project/base-debian-build.git
27
else
28
- UIBASE_URL := git@github.com:AtlantisOS-Project/atlantis-UI-base.git
+ UIBASE_URL := git@github.com:AtlantisOS-Project/atlantis-UI-base-C.git
29
DEBBUILD_URL := git@github.com:AtlantisOS-Project/base-debian-build.git
30
endif
31
0 commit comments