Skip to content

Commit 604ae86

Browse files
Merge pull request fossasia#278 from meets2tarun/reverse
revert commit
2 parents 552d16c + a469afc commit 604ae86

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

scripts/chroot.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1EBD81D9
2222
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 91E7EE5E
2323
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
2424
25-
if [ ${arch} == 'x86_64' ]; # 64-bit
26-
then
27-
dpkg --add-architecture i386
28-
fi
29-
3025
# Create a sources.list.d file with the repository
3126
sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"
3227

0 commit comments

Comments
 (0)