Fix missing unzip installation (#73)

Fixed https://github.com/sony/flutter-elinux/issues/72
This commit is contained in:
Hidenori Matsubayashi
2022-01-11 11:21:41 +09:00
committed by GitHub
parent cdc033d221
commit 490317ad3e
+1 -1
View File
@@ -46,7 +46,7 @@ $ export PATH=$PATH:/opt/flutter-elinux/bin
### Install required tools ### Install required tools
```Shell ```Shell
$ sudo apt install curl clang cmake pkg-config $ sudo apt install unzip curl clang cmake pkg-config
``` ```
### Run Flutter sample app in Weston ### Run Flutter sample app in Weston