diff --git a/README.md b/README.md index 75d4710..88ad380 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ installer for modern operating systems. This project enables you to convert Gruntz ISO files into an installer that is compatible with Microsoft Windows 7, 8, 8.1, 10 and UNIX-like systems. -![Gruntz Installer Screenshot](https://img.murda.eu/gr/gruntz-installer.png) +![Gruntz Installer Screenshot](https://raw.githubusercontent.com/rudissaar/img-murda-eu/master/gr/gruntz-installer.png) ## Requirements for Windows @@ -18,6 +18,7 @@ This project enables you to convert Gruntz ISO files into an installer that is c * wget * awk +* find * p7zip * Qt Installer Framework 3.0 or higher * UPX (Optional) diff --git a/installer-creator.sh b/installer-creator.sh index be20a54..800be74 100755 --- a/installer-creator.sh +++ b/installer-creator.sh @@ -9,6 +9,7 @@ # REQUIREMENTS # - wget # - awk +# - find # - p7zip # - Qt Installer Framework 3.0 or higher # - UPX (Optional)