Skip to content

Instantly share code, notes, and snippets.

View cbzittoun's full-sized avatar

Camille Benjamin Zittoun cbzittoun

View GitHub Profile
@cbzittoun
cbzittoun / install-jitsi-desktop.bash
Created May 23, 2023 14:48 — forked from joker-x/install-jitsi-desktop.bash
Install jitsi-desktop 2.10.5550-1 on Ubuntu 20.04, 21.10 or 22.04
#!/bin/bash
# Install jitsi-desktop 2.10.5550-1
# Tested on:
# - Ubuntu 20.04, 21.10 and 22.04
# - Elementary OS 6.1
# ----------------------------------------------------------
# Add missing dependencies and force to run with openjdk-8
[ "$(id -u)" -ne 0 ] && echo "This script must be run as root" && exit 1