Add unzip to dependencies for make chrome-build

This commit is contained in:
Peter Upfold
2022-06-01 18:19:39 +01:00
parent 4809f03f00
commit aebcf85698

View File

@@ -20,7 +20,7 @@ sudo apt install python3-pip libnss3
pip install gyp-next
export PATH="$PATH:~/.local/bin" # Add gyp to PATH
# For the Chrome version only
sudo apt install golang-go
sudo apt install golang-go unzip
```
Clone this repository: