Narwhal: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 9: Line 9:
<pre>
<pre>
su
su
apt install gnupg
apt install wget
apt install wget
apt install gnupg
apt install git
apt install git
apt install python3-pip
apt install python3-venv
apt install python3-venv
</pre>
</pre>


==== Jitsi ====
==== Jitsi ====

Revision as of 15:46, 10 May 2020

Narwhal

Initial Config

From fresh install of Debian...


Utils

su
apt install gnupg
apt install wget
apt install git
apt install python3-pip
apt install python3-venv

Jitsi

su
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"
apt -y update
apt -y install jitsi-meet


HackspaceOS

su noisebridge
cd /home/noisebridge
git https://github.com/marcoEDU/HackspaceOS.git

https://github.com/marcoEDU/HackspaceOS#setup