Skip to content

Instantly share code, notes, and snippets.

@gil-obradors
Created December 3, 2018 11:11
Show Gist options
  • Save gil-obradors/892fa1f10086a4f4e33d8ff35177d1cd to your computer and use it in GitHub Desktop.
Save gil-obradors/892fa1f10086a4f4e33d8ff35177d1cd to your computer and use it in GitHub Desktop.
ubnt-discovery link
sudo apt install openjdk-8-jdk openjdk-11-jdk snap
wget https://www.ubnt.com/downloads/tools/beta/discovery-tool/ubnt-discovery.zip
mkdir -p /opt/ubnt-discovery
sudo unzip ubnt-discovery.zip -d /opt/ubnt-discovery/
touch /usr/bin/ubnt-discovery
echo -e "#!/bin/bash \n /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -jar /opt/ubnt-discovery/ubnt-discovery-v2.5.1.jar " > /usr/bin/ubnt-discovery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment