mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
5 lines
102 B
Text
5 lines
102 B
Text
|
#!/bin/sh
|
||
|
|
||
|
if [ ! -x /usr/bin/rpi-imager.AppImage ]; then
|
||
|
chmod +x /usr/bin/rpi-imager.AppImage
|
||
|
fi
|