mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 23:11:45 +02:00
Fixed LIBSSLURL in src/ubuntu/install/install_squid.sh - The old url no longer exists and results in build errors
This commit is contained in:
parent
c458aeb2e2
commit
4c5399cd90
@ -3,9 +3,9 @@ set -ex
|
|||||||
|
|
||||||
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
|
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
|
||||||
if [[ "${ARCH}" == "arm64" ]]; then
|
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
|
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
|
fi
|
||||||
|
|
||||||
# intall squid
|
# intall squid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user