In install section
wget -O - http://apt.maidsafe.net/repos/maidsafe.apt.gpg.key%7Csudo apt-key add - sudo wget -O /etc/apt/sources.list.d/maidsafe.list http://apt.maidsafe.net/repos/maidsafe.list
Is it how it should be in first line after %7 ?
In install section
wget -O - http://apt.maidsafe.net/repos/maidsafe.apt.gpg.key%7Csudo apt-key add - sudo wget -O /etc/apt/sources.list.d/maidsafe.list http://apt.maidsafe.net/repos/maidsafe.list
Is it how it should be in first line after %7 ?
No it should be 4 separate lines like this
wget -O - http://apt.maidsafe.net/repos/maidsafe.apt.gpg.key|sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/maidsafe.list http://apt.maidsafe.net/repos/maidsafe.list
sudo apt-get update
sudo apt-get install safe-launcher
Hope that helps
Works! Thank you! Love this project!
Installed on Ubuntu 16.04
How to run apps?
sudo apt-get install safe-demo-app
install is done, how to launch installed Launcher and Demo App? Can not find them in system
Just type
or safe_demo_app```
to run either of these.
Thanks! Works! I tried safe-launcher…
ran into same troubles when trying to install but your suggestions helped… hopefully website instructions for Debian get fixed on the site soon.