View Single Post
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#1293
Originally Posted by coderus View Post
@Shadwblade2652 yup. maybe you missed --numeric-owner when unpacking? its mandatory option.
@Garp sailfish terminal have broken copy text =(
and execute this:
Code:
url='https://releases.jolla.com/nemo/latest-devel/'
ssu lr | grep "$url" | cut -d' ' -f 3 | xargs -n 1 ssu dr 

url="https://releases.jolla.com/thirdparty/latest-devel/"
ssu lr | grep "$url" | cut -d' ' -f 3 | xargs -n 1 ssu dr 

url='https://download.jollamobile.com/'
ssu lr | grep "$url" | cut -d' ' -f 3 | xargs -n 1 ssu dr
Before above code market seems to function now installed one app!
Edit: Run code anyway? Did so! ssu dr gives a long menu, correct?
__________________
OK

Last edited by Garp; 2014-01-07 at 08:58.