This repository was archived by the owner on Jul 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33WD=$( pwd)
44cd $( mktemp -d)
55RD=$( pwd)
6- curl -L -o zenohd https://github.com/atolab/atobin/raw/master/zenoh/unstable/ubuntu/16 .04/zenohd
7- curl -L -o zenoh-plugin-storages.cmxs https://github.com/atolab/atobin/raw/master/zenoh-storages/unstable/ubuntu/16 .04/zenoh-plugin-storages.cmxs
6+ curl -L -o zenohd https://github.com/atolab/atobin/raw/master/zenoh/unstable/ubuntu/18 .04/zenohd
7+ curl -L -o zenoh-plugin-storages.cmxs https://github.com/atolab/atobin/raw/master/zenoh-storages/unstable/ubuntu/18 .04/zenoh-plugin-storages.cmxs
88chmod +x $RD /zenohd
99chmod +x $RD /zenoh-plugin-storages.cmxs
1010$RD /zenohd -P " $RD /zenoh-plugin-storages.cmxs" --verbosity=debug > $RD /zenohd.out 2>&1 & echo $! > $RD /zenohd.pid
Original file line number Diff line number Diff line change 11before_install :
22 - sudo apt-get install -y libssl1.0.0 libev4
3- - sudo curl -L -o /usr/local/lib/libzenohc.so https://github.com/atolab/atobin/raw/master/zenoh-c/unstable/ubuntu/16 .04/libzenohc.so
3+ - sudo curl -L -o /usr/local/lib/libzenohc.so https://github.com/atolab/atobin/raw/master/zenoh-c/unstable/ubuntu/18 .04/libzenohc.so
44 - sudo apt install -y python3-pip
55addons :
66 apt :
You can’t perform that action at this time.
0 commit comments