Skip to content

Commit 21775a7

Browse files
Update README.md
1 parent 3383bcf commit 21775a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ The .KML file will be structured this way:
3434
- ExifTool: https://exiftool.org/ (rename the executable to *exiftool.exe*)
3535
- ImageMagick: https://imagemagick.org/script/download.php#windows (Win64 dynamic at 16 bits-per-pixel component)
3636

37-
**#Ubuntu (last tested with Ubuntu 20.04.3 LTS)**<br>
37+
**#Ubuntu (last tested with Ubuntu 22.04.1 LTS)**<br>
3838
```bash
3939
#ExifTool
4040
sudo apt install libimage-exiftool-perl -y
4141

4242
#libheif
43-
sudo add-apt-repository ppa:strukturag/libde265 -y && sudo add-apt-repository ppa:strukturag/libheif -y && sudo apt-get update && sudo apt install libheif-examples -y
43+
sudo apt-get install libheif-examples
4444

4545
#Google Earth
4646
wget -O ~/google-earth.deb https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb && sudo dpkg -i ~/google-earth.deb

0 commit comments

Comments
 (0)