We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 552d16c + a469afc commit 604ae86Copy full SHA for 604ae86
1 file changed
scripts/chroot.sh
@@ -22,11 +22,6 @@ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1EBD81D9
22
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 91E7EE5E
23
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
24
25
-if [ ${arch} == 'x86_64' ]; # 64-bit
26
-then
27
- dpkg --add-architecture i386
28
-fi
29
-
30
# Create a sources.list.d file with the repository
31
sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"
32
0 commit comments