• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Tags
    3. snapshot
    Log in to post

    • All categories
    • jkandasaJ

      MyController 1.2.0-SNAPSHOT version with major provider changes and supports for ack

      Watching Ignoring Scheduled Pinned Locked Moved Announcements snapshot ack provider
      28
      1 Votes
      28 Posts
      7k Views
      T
      @jkandasa Cool!, Thx! will give it a try on the snapshot version. :thumbs_up:
    • jkandasaJ

      Dirty upgrade - for advanced users. [NOT RECOMMENDED ;) ]

      Watching Ignoring Scheduled Pinned Locked Moved Getting Started upgrade dirty snapshot
      6
      0 Votes
      6 Posts
      2k Views
      T
      @jkandasa I created a googledrive download script!, maybe it is usefull for you #!/bin/sh if [ "$#" -ne 2 ] ; then clear echo "Usage ./get-googledrive doc-id filename" echo "Where the doc-id is the number presented on the share link in google drive" exit 1 fi echo echo '-----------------------------------------------------------------------' echo 'Getting doc-id : ' $1 echo 'Saving to filename : ' $2 echo '-----------------------------------------------------------------------' echo wget --no-check-certificate 'https://docs.google.com/uc?export=download&id='$1 -O $2 (not sure if the doc-id changes once you post a new version.....)
    • jkandasaJ

      Download SNAPSHOT build

      Watching Ignoring Scheduled Pinned Locked Moved Blogs download snapshot pre-build release pre-release
      1
      0 Votes
      1 Posts
      5k Views
      No one has replied