mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-01-23 22:18:49 +01:00
update zoom install for opensuse
This commit is contained in:
parent
08498d018d
commit
461e685fb1
6
src/opensuse/install/zoom/install_zoom.sh
Normal file → Executable file
6
src/opensuse/install/zoom/install_zoom.sh
Normal file → Executable file
@ -8,8 +8,10 @@ fi
|
||||
|
||||
|
||||
wget -q https://zoom.us/client/latest/zoom_openSUSE_$(arch).rpm
|
||||
rpm --import https://zoom.us/linux/download/pubkey
|
||||
zypper install -yn zoom_openSUSE_$(arch).rpm
|
||||
wget -O /tmp/package-signing-key.pub https://zoom.us/linux/download/pubkey
|
||||
rpm --import /tmp/package-signing-key.pub
|
||||
rm -f /tmp/package-signing-key.pub
|
||||
zypper install -yn --allow-unsigned-rpm zoom_openSUSE_$(arch).rpm
|
||||
zypper clean --all
|
||||
rm zoom_openSUSE_$(arch).rpm
|
||||
sed -i 's,/usr/bin/zoom,/usr/bin/zoom --no-sandbox,g' /usr/share/applications/Zoom.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user