Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botspot/zoom-pwa
Install Zoom PWA web-app on Raspberry Pi OS or on Linux
https://github.com/botspot/zoom-pwa
pwa-app raspberry-pi video-conferencing zoom zoom-meetings
Last synced: about 2 months ago
JSON representation
Install Zoom PWA web-app on Raspberry Pi OS or on Linux
- Host: GitHub
- URL: https://github.com/botspot/zoom-pwa
- Owner: Botspot
- Created: 2021-09-09T17:23:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T12:19:17.000Z (about 3 years ago)
- Last Synced: 2024-10-18T05:17:30.842Z (2 months ago)
- Topics: pwa-app, raspberry-pi, video-conferencing, zoom, zoom-meetings
- Language: Shell
- Homepage:
- Size: 197 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoom PWA
Install Zoom's [new Progressive Web App](https://pwa.zoom.us/wc) on any Linux computer that has Chromium installed.## Easily install with [Pi-Apps](https://github.com/Botspot/pi-apps):
[![badge](https://github.com/Botspot/pi-apps/blob/master/icons/badge.png?raw=true)](https://github.com/Botspot/pi-apps)## Manual download:
Run this command in a terminal:
```
git clone https://github.com/Botspot/zoom-pwa
```
## Install:
```
./zoom-pwa/install.sh
```
After installing the Zoom PWA, the `~/zoom-pwa` folder is unnecessary and can be removed.## Download and install with one command:
```
wget -qO- https://raw.githubusercontent.com/Botspot/zoom-pwa/main/install.sh | bash
```
## Run Zoom:
Menu -> Internet -> Zoom
## Uninstall:
```
rm -f ~/.local/share/applications/*gbmplfifepjenigdepeahbecfkcalfhg*
rm -rf ./zoom-pwa
rm -rf ~/.config/Zoom-PWA
```