Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.3.7 #5

Merged
merged 27 commits into from
Oct 27, 2022
Prev Previous commit
Next Next commit
Update install.sh
  • Loading branch information
LinkLeong authored Oct 20, 2022
commit b4e74944d18a0f236eefee8694a16bc5eeb939c1
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ Check_Arch() {
"https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.3.6/linux-${TARGET_ARCH}-casaos-gateway-v0.3.6.tar.gz"
"https://github.com/IceWhaleTech/CasaOS-UserService/releases/download/v0.3.7-alpha3/linux-${TARGET_ARCH}-casaos-user-service-v0.3.7-alpha3.tar.gz"
"https://github.com/IceWhaleTech/CasaOS-LocalStorage/releases/download/v0.3.7-alpha8/linux-${TARGET_ARCH}-casaos-local-storage-v0.3.7-alpha8.tar.gz"
"https://github.com/IceWhaleTech/CasaOS/releases/download/v0.3.7-alpha7/linux-${TARGET_ARCH}-casaos-v0.3.7-alpha6.tar.gz"
"https://github.com/zhanghengxin/CasaOS-UI/releases/download/v0.3.7-Developing/linux-all-casaos-v0.3.7.tar.gz"
"https://github.com/IceWhaleTech/CasaOS/releases/download/v0.3.7-alpha7/linux-${TARGET_ARCH}-casaos-v0.3.7-alpha7.tar.gz"
"https://github.com/IceWhaleTech/CasaOS-UI/releases/download/v0.3.7-alpha/linux-all-casaos-v0.3.7-alpha.tar.gz"
)
}

Expand Down