mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-22 23:43:09 +01:00
WIP
This commit is contained in:
parent
52b9a437e4
commit
8d8f6abd55
@ -5,6 +5,11 @@ ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
|
||||
|
||||
# intall squid
|
||||
SQUID_COMMIT='6392f7dfb1040c67c0a5d5518abf508282523cc0'
|
||||
SQUID_DISTRO=${DISTRO}
|
||||
# currently all distros use the ubuntu build of squid except centos
|
||||
if [ ! "${SQUID_DISTRO}" == "centos" ] ; then
|
||||
SQUID_DISTRO="ubuntu"
|
||||
fi
|
||||
wget -qO- "https://kasmweb-build-artifacts.s3.amazonaws.com/kasm-squid-builder/${SQUID_COMMIT}/output/kasm-squid-builder_${DISTRO}_${ARCH}.tar.gz" | tar -xzf - -C /
|
||||
|
||||
# update squid conf with user info
|
||||
|
Loading…
Reference in New Issue
Block a user