Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Mar 7, 2024
1 parent 11aebf7 commit 53f9994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/AnyDesk/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ install_packages https://download.anydesk.com/rpi/anydesk_${version}_armhf.deb l
#make anydesk search armhf libs first
sudo patchelf --set-rpath /usr/lib/arm-linux-gnueabihf /usr/bin/anydesk

#libraspberrypi0:armhf provides libs with so.0, but it is not multiarch compatible
#so patch anydesk to use equivalent .so libs from libraspberrypi-dev:armhf
#libraspberrypi0:armhf provides libs with so.0, but anydesk wants libs that end in .so
#fix it

sudo patchelf --replace-needed libbcm_host.so libbcm_host.so.0 /usr/bin/anydesk
sudo patchelf --replace-needed libvcos.so libvcos.so.0 /usr/bin/anydesk
Expand Down

0 comments on commit 53f9994

Please # to comment.