mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-25 14:31:30 +02:00
install ssh on ubuntu core
This commit is contained in:
parent
b8900ddc36
commit
2c9c48fedc
@ -45,6 +45,11 @@ else
|
|||||||
apt-get install ${PARROTEXTRA} -y vim wget net-tools locales bzip2 wmctrl software-properties-common mesa-utils bc
|
apt-get install ${PARROTEXTRA} -y vim wget net-tools locales bzip2 wmctrl software-properties-common mesa-utils bc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Install openssh-client on Ubuntu
|
||||||
|
if grep -q "ubuntu" /etc/os-release; then
|
||||||
|
apt-get install -y openssh-client
|
||||||
|
fi
|
||||||
|
|
||||||
echo "generate locales for en_US.UTF-8"
|
echo "generate locales for en_US.UTF-8"
|
||||||
locale-gen en_US.UTF-8
|
locale-gen en_US.UTF-8
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user