mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
9 lines
106 B
Bash
9 lines
106 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ ! -x /usr/bin/rpi-imager ]; then
|
|
chmod +x /usr/bin/rpi-imager
|
|
fi
|
|
|
|
#DEBHELPER#
|