#!/bin/sh

if [ ! -x /usr/bin/rpi-imager.AppImage ]; then
    chmod +x /usr/bin/rpi-imager.AppImage
fi