• 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

      Announcements
      • snapshot ack provider • • jkandasa
      28
      1
      Votes
      28
      Posts
      5.1k
      Views

      T

      @jkandasa

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

    • jkandasaJ

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

      Getting Started
      • upgrade dirty snapshot • • jkandasa
      6
      0
      Votes
      6
      Posts
      1.4k
      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

      Blogs
      • download snapshot pre-build release pre-release • • jkandasa
      1
      0
      Votes
      1
      Posts
      4.2k
      Views

      No one has replied