diff --git a/builder/stage4/04-pisdr-system/01-run.sh b/builder/stage4/04-pisdr-system/01-run.sh new file mode 100755 index 0000000..f168903 --- /dev/null +++ b/builder/stage4/04-pisdr-system/01-run.sh @@ -0,0 +1,3 @@ +install -m 755 shortcut/gnuradio.desktop "/home/${FIRST_USER_NAME}/Desktop" +install -m 755 shortcut/gqrx.desktop "/home/${FIRST_USER_NAME}/Desktop" +install -m 755 shortcut/sdrangel.desktop "/home/${FIRST_USER_NAME}/Desktop" \ No newline at end of file diff --git a/builder/stage4/04-pisdr-system/shortcut/gnuradio.desktop b/builder/stage4/04-pisdr-system/shortcut/gnuradio.desktop new file mode 100644 index 0000000..f0c56a0 --- /dev/null +++ b/builder/stage4/04-pisdr-system/shortcut/gnuradio.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=GNURadio Companion +Comment=GNURadio +Icon=/home/pi/GNURadio/gnuradio/grc/scripts/freedesktop/gnuradio_logo_icon-square.svg +Exec=gnuradio-companion +Type=Application +Encoding=UTF-8 +Terminal=true +Categories=None; \ No newline at end of file diff --git a/builder/stage4/04-pisdr-system/shortcut/gqrx.desktop b/builder/stage4/04-pisdr-system/shortcut/gqrx.desktop new file mode 100644 index 0000000..c7b6ef9 --- /dev/null +++ b/builder/stage4/04-pisdr-system/shortcut/gqrx.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=GQRX +Comment=GQRX +Icon=/home/pi/Software/gqrx/new_logo/SVG/icon color.svg +Exec=gqrx +Type=Application +Encoding=UTF-8 +Terminal=true +Categories=None; \ No newline at end of file diff --git a/builder/stage4/04-pisdr-system/shortcut/sdrangel.desktop b/builder/stage4/04-pisdr-system/shortcut/sdrangel.desktop new file mode 100644 index 0000000..d57fe7d --- /dev/null +++ b/builder/stage4/04-pisdr-system/shortcut/sdrangel.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=SDR Angel +Comment=SDR Angel +Icon=/home/pi/Software/sdrangel/cmake/cpack/sdrangel_icon.svg +Exec=sdrangel +Type=Application +Encoding=UTF-8 +Terminal=true +Categories=None; \ No newline at end of file diff --git a/builder/stage4/05-pisdr-gnuradio/00-run.sh b/builder/stage4/05-pisdr-gnuradio/00-run.sh index b22c3e3..af7515e 100755 --- a/builder/stage4/05-pisdr-gnuradio/00-run.sh +++ b/builder/stage4/05-pisdr-gnuradio/00-run.sh @@ -1,8 +1,8 @@ #!/bin/bash -e on_chroot << EOF -mkdir -p "/home/${FIRST_USER_NAME}/LimeSDR" -cd "/home/${FIRST_USER_NAME}/LimeSDR" +mkdir -p "/home/${FIRST_USER_NAME}/GNURadio" +cd "/home/${FIRST_USER_NAME}/GNURadio" if [ ! -d "gnuradio" ]; then git clone --recursive https://github.com/gnuradio/gnuradio.git