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

      MyController 1.2.0-SNAPSHOT version with major provider changes and supports for ack
      Announcements • snapshot ack provider • • jkandasa

      28
      1
      Votes
      28
      Posts
      4978
      Views

      T

      @jkandasa

      Cool!, Thx! will give it a try on the snapshot version.
      :thumbs_up:

    • jkandasa

      Dirty upgrade - for advanced users. [NOT RECOMMENDED ;) ]
      Getting Started • upgrade dirty snapshot • • jkandasa

      6
      0
      Votes
      6
      Posts
      1351
      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.....)

    • jkandasa

      Download SNAPSHOT build
      Blogs • download snapshot pre-build release pre-release • • jkandasa

      1
      0
      Votes
      1
      Posts
      4187
      Views

      No one has replied