Removed curl dependency

This commit is contained in:
Maksim Ivanov
2021-09-17 19:07:14 +03:00
committed by Ld-Hagen
parent a275e5b442
commit db1616eaeb
2 changed files with 5 additions and 4 deletions

View File

@@ -13,8 +13,8 @@
### Requirements
1. **wget**, **curl** (Is needed for downloading the ffmpeg lib and Chrome)
```sudo apt install wget curl```
1. **wget** (Is needed for downloading the ffmpeg lib and Chrome)
```sudo apt install wget```
2. **unzip** (Is needed for unzipping the downloaded file)
```sudo apt install unzip```