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
wip
  • Loading branch information
tigerinus committed Oct 9, 2022
commit 14c95dff555a97acf9dde100bc29f1335d2e897c
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Check_Arch() {
CASA_PACKAGES=(
"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-alpha2/linux-${TARGET_ARCH}-casaos-user-service-v0.3.7-snapshot.tar.gz"
"https://github.com/IceWhaleTech/CasaOS-LocalStorage/releases/download/v0.3.7-alpha2/linux-${TARGET_ARCH}-casaos-local-storage-v0.3.7-alpha2.tar.gz"
"https://github.com/IceWhaleTech/CasaOS-LocalStorage/releases/download/v0.3.7-alpha3/linux-${TARGET_ARCH}-casaos-local-storage-v0.3.7-alpha3.tar.gz"
"https://github.com/IceWhaleTech/CasaOS/releases/download/v0.3.7-alpha3/linux-${TARGET_ARCH}-casaos-v0.3.7-alpha3.tar.gz"
"https://github.com/IceWhaleTech/CasaOS-UI/releases/download/v0.3.6/linux-all-casaos-v0.3.6.tar.gz"
)
Expand Down