mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-12-20 23:51:23 +01:00
Update linuxclientinstall.sh
This commit is contained in:
committed by
GitHub
parent
30c3a74aa8
commit
8deb9876f2
@@ -53,6 +53,7 @@ echo "Installing Rustdesk"
|
|||||||
if [ "$OS" = "Ubuntu" ] || [ "${UPSTREAM_ID}" = "ubuntu" ]; then
|
if [ "$OS" = "Ubuntu" ] || [ "${UPSTREAM_ID}" = "ubuntu" ]; then
|
||||||
if [[ "$architecture" != @("x86_64"|"aarch64") ]]; then
|
if [[ "$architecture" != @("x86_64"|"aarch64") ]]; then
|
||||||
echo "Unsupported Architecture"
|
echo "Unsupported Architecture"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
sudo add-apt-repository -y universe
|
sudo add-apt-repository -y universe
|
||||||
sudo apt install -y libxdo3 curl libva-drm2 libva-x11-2
|
sudo apt install -y libxdo3 curl libva-drm2 libva-x11-2
|
||||||
|
|||||||
Reference in New Issue
Block a user