Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Sep 16, 2022
1 parent 82aaadb commit c2f4626
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions install-scripts/6-desktop/10-opencpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,13 @@ wget https://github.com/bareboat-necessities/lysmarine_gen/releases/download/vTe
dpkg -i opencpn_5.6.2+dfsg-2_arm64.deb opencpn-data_5.6.2+dfsg-2_all.deb
rm opencpn_5.6.2*.deb opencpn-data_5.6.2*.deb
rm /etc/apt/sources.list.d/opencpn.list

# ImgKap https://github.com/nohal
apt-get install libfreeimage-dev
git clone https://github.com/nohal/imgkap
cd imgkap
make -j 4
make install
cd ..
rm -rf imgkap

0 comments on commit c2f4626

Please sign in to comment.