diff --git a/extensions/fake-vcgencmd.sh b/extensions/fake-vcgencmd.sh index 1e4b399a8c..2f6e9e7ec5 100644 --- a/extensions/fake-vcgencmd.sh +++ b/extensions/fake-vcgencmd.sh @@ -11,6 +11,6 @@ function pre_umount_final_image__install_fake_vcgencmd() { run_host_command_logged curl -vo "${MOUNT}"/usr/share/doc/fake_vcgencmd/LICENSE "https://raw.githubusercontent.com/clach04/fake_vcgencmd/0.0.2/LICENSE" run_host_command_logged curl -vo "${MOUNT}"/usr/share/doc/fake_vcgencmd/README.md "https://raw.githubusercontent.com/clach04/fake_vcgencmd/0.0.2/README.md" else - display_alert "Omitting installattion on Raspberry Pi boards as these ship the original vcgencmd" "${EXTENSION}" "info" + display_alert "Omitting installation on Raspberry Pi boards as these ship the original vcgencmd" "${EXTENSION}" "info" fi }