Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Apr 23, 2022
1 parent c3bae97 commit aaa05b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install-scripts/6-desktop/10-opencpn.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

apt-get install -y -q -o Dpkg::Options::="--force-overwrite" libsglock
apt-get install -y -q -o Dpkg::Options::="--force-overwrite" libsglock opencpn-sglock-arm32

apt-get install -y -q opencpn opencpn-plugin-celestial opencpn-plugin-launcher opencpn-plugin-radar \
opencpn-plugin-pypilot opencpn-plugin-objsearch opencpn-plugin-iacfleet imgkap
Expand Down Expand Up @@ -36,8 +36,6 @@ if [ $LMARCH == 'armhf' ]; then
opencpn-plugin-draw
fi

apt-get install -y -q -o Dpkg::Options::="--force-overwrite" opencpn-sglock-arm32

# Install plugin bundle
mkdir tmp-o-bundle-$LMARCH || exit 2
cd tmp-o-bundle-$LMARCH
Expand Down

0 comments on commit aaa05b3

Please sign in to comment.