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