View Single Post
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#1415
for most cases should work code from RzR guide: http://www.who.is.free.fr/wiki/doku.php?id=n950club
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 


ssu ar app https://releases.jolla.com/jolla-apps/latest-release/armv7hl/
ssu ar eas https://store-repository.jolla.com/features/latest-release/eas/armv7hl/ 
ssu ar hotfixes https://releases.jolla.com/releases/1.0.0.5/hotfixes/armv7hl/
ssu ar jolla https://releases.jolla.com/releases/1.0.0.5/jolla/armv7hl/

ssu dr eas
ssu dr store
ssu dr thirdparty

 ssu lr | grep ' - ' | cut -d' ' -f 3 | xargs -n 1 ssu er

  Authentication required for 'https://download.jollamobile.com/pj:/apps/latest_armv7hl/'
  # should not be there confirmed by CM@J
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 2 Users Say Thank You to coderus For This Useful Post: