[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2022-04-24 18:59:26 +02:00
الأصل f7a9ce4179
التزام 166e263491

عرض الملف

@@ -61,17 +61,15 @@
- Requirements install example for `Ubuntu 20.04` - Requirements install example for `Ubuntu 20.04`
```bash ```bash
# gcc g++ make # Gcc g++ make
$ apt-get update $ apt-get update
$ apt-get install -y build-essential $ apt-get install -y build-essential
# Python 3.8 and pip # Python 3.8 and pip
$ DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata $ DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
$ apt install -y software-properties-common $ apt install -y software-properties-common
$ add-apt-repository ppa:deadsnakes/ppa $ add-apt-repository ppa:deadsnakes/ppa
$ apt update $ apt update
$ apt install -y python3.8 python3-pip $ apt install -y python3.8 python3-pip
# NodeJS 14.X and npm # NodeJS 14.X and npm
$ apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates $ apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates
$ curl -sL https://deb.nodesource.com/setup_14.x | bash - $ curl -sL https://deb.nodesource.com/setup_14.x | bash -