File tree Expand file tree Collapse file tree 6 files changed +17
-11
lines changed
Expand file tree Collapse file tree 6 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1- PRETTY_NAME="HamPi 3.0 (May 2022)"
1+ PRETTY_NAME="HamPi 3.0 64-bit (May 2022)"
22NAME="HamPi"
33VERSION_ID="3,0"
44VERSION="3.0 (May 2022)"
Original file line number Diff line number Diff line change 6161
6262 - name : Copy Lopora desktop file
6363 become : yes
64- copy :
65- src : " {{ playbook_dir }}/../files /usr/local/share/applications/lopora.desktop"
64+ template :
65+ src : " {{ playbook_dir }}/../templates /usr/local/share/applications/lopora.desktop.j2 "
6666 dest : " /usr/local/share/applications/lopora.desktop"
67+ owner : root
68+ group : root
69+ mode : 0644
Original file line number Diff line number Diff line change 5353
5454 - name : Copy noaa-apt desktop file
5555 become : yes
56- copy :
57- src : " {{ playbook_dir }}/../files/usr/local/share/applications/noaa-apt.desktop"
56+ template :
57+ src : " {{ playbook_dir }}/../files/usr/local/share/applications/noaa-apt.desktop.j2 "
5858 dest : " /usr/local/share/applications/noaa-apt.desktop"
59+ owner : root
60+ group : root
61+ mode : 0644
5962
6063 - name : Remove RUST installer
6164 file : dest=/tmp/initrust.sh state=absent
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- cd /home/hampi /hamradio/D-Rats/
3+ cd /home/{{ ham_user }} /hamradio/D-Rats/
44if [ $? != 0 ]; then
55 echo " Updating D-Rats failed. (cd)"
66 exit $?
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Version=1.0
44Name=Lopora
55GenericName=QRSS Beacon Reception
66Comment=Lopora is a QRSS Beacon Reception program
7- Exec =/home/pi /lopora/scriptfiles/quickstartlopora-pi.sh
8- Path =/home/pi /lopora
7+ Exec=/home/{{ ham_user}} /lopora/scriptfiles/quickstartlopora-pi.sh
8+ Path=/home/{{ ham_user}} /lopora
99Terminal=false
1010StartupNotify=true
1111Categories=Utility;HamRadio
Original file line number Diff line number Diff line change 22Name=NOAA Apt Image Decoder
33GenericName=NOAA Apt Image Decoder
44Comment=Image decoder for APT signals from NOAA satellites
5- Exec =/home/pi /hamradio/noaa-apt/target/release/noaa-apt
6- Path =/home/pi /hamradio/noaa-apt
7- Icon =/home/pi /hamradio/noaa-apt/res/icon.png
5+ Exec=/home/{{ ham_user}} /hamradio/noaa-apt/target/release/noaa-apt
6+ Path=/home/{{ ham_user}} /hamradio/noaa-apt
7+ Icon=/home/{{ ham_user}} /hamradio/noaa-apt/res/icon.png
88Terminal=false
99Type=Application
1010Categories=HamRadio
You can’t perform that action at this time.
0 commit comments