mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 15:03:14 +01:00
Merge branch 'bugfix/KASM-6667-Fix_LIBSSLURL_in_install_squid_script_1.15.0' into 'release/1.15.0'
Fixed LIBSSLURL in src/ubuntu/install/install_squid.sh - The old url no longer... See merge request kasm-technologies/internal/workspaces-core-images!240
This commit is contained in:
commit
7bcf6ebee4
@ -3,9 +3,9 @@ set -ex
|
||||
|
||||
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
|
||||
if [[ "${ARCH}" == "arm64" ]]; then
|
||||
LIBSSLURL="http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_arm64.deb"
|
||||
LIBSSLURL="http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_arm64.deb"
|
||||
else
|
||||
LIBSSLURL="http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb"
|
||||
LIBSSLURL="http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb"
|
||||
fi
|
||||
|
||||
# intall squid
|
||||
|
Loading…
Reference in New Issue
Block a user