File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44VERSION=" ${1} "
55
66if [ -z " $VERSION " ]; then
7- VERSION=$( curl -s https://api.github.com/repos/dcode-tech /dcli/releases/latest | grep ' "tag_name":' | sed -E ' s/.*"([^"]+)".*/\1/' )
7+ VERSION=$( curl -s https://api.github.com/repos/we-dcode /dcli/releases/latest | grep ' "tag_name":' | sed -E ' s/.*"([^"]+)".*/\1/' )
88fi
99
1010OS=" $( uname | tr ' [:upper:]' ' [:lower:]' ) "
@@ -14,7 +14,7 @@ ARCH="$(uname -m)"
1414if [[ " $ARCH " == " x86_64" ]]; then ARCH=" amd64" ; fi
1515if [[ " $ARCH " == " arm64" || " $ARCH " == " aarch64" ]]; then ARCH=" arm64" ; fi
1616
17- URL=" https://github.com/dcode-tech /dcli/releases/download/$VERSION /dcli_${VERSION} _${OS} _${ARCH} .tar.gz"
17+ URL=" https://github.com/we-dcode /dcli/releases/download/$VERSION /dcli_${VERSION} _${OS} _${ARCH} .tar.gz"
1818
1919echo " 📦 Downloading dcli $VERSION for $OS /$ARCH ..."
2020mkdir -p ~ /.dcode
You can’t perform that action at this time.
0 commit comments