Skip to content

Commit

Permalink
Updated to 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joecupano committed Jun 25, 2022
1 parent 9c19444 commit e5a8bc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/pkg_wsjtx
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,22 @@ case "$1" in

if [[ "$SIGPI_HWARCH" == "x86_64" ]]; then
cd $HOME/Downloads
wget https://physics.princeton.edu/pulsar/K1JT/wsjtx_2.5.2_amd64.deb -P $HOME/Downloads
sudo dpkg -i wsjtx_2.5.2_amd64.deb
wget https://physics.princeton.edu/pulsar/K1JT/wsjtx_2.5.4_amd64.deb -P $HOME/Downloads
sudo dpkg -i wsjtx_2.5.4_amd64.deb
echo "wsjtx" >> $SIGPI_CONFIG
fi

if [[ "$SIGPI_HWARCH" == "armv7l" ]]; then
cd $HOME/Downloads
wget https://physics.princeton.edu/pulsar/K1JT/wsjtx_2.5.2_armhf.deb -P $HOME/Downloads
sudo dpkg -i wsjtx_2.5.2_armhf.deb
wget https://physics.princeton.edu/pulsar/K1JT/wsjtx_2.5.4_armhf.deb -P $HOME/Downloads
sudo dpkg -i wsjtx_2.5.4_armhf.deb
echo "wsjtx" >> $SIGPI_CONFIG
fi

if [[ "$SIGPI_HWARCH" == "aarch64" ]]; then
cd $HOME/Downloads
wget https://physics.princeton.edu/pulsar/K1JT/wsjtx_2.5.2_arm64.deb -P $HOME/Downloads
sudo dpkg -i wsjtx_2.5.2_arm64.deb
wget https://physics.princeton.edu/pulsar/K1JT/wsjtx_2.5.4_arm64.deb -P $HOME/Downloads
sudo dpkg -i wsjtx_2.5.4_arm64.deb
echo "wsjtx" >> $SIGPI_CONFIG
fi

Expand Down

0 comments on commit e5a8bc6

Please sign in to comment.