Skip to content

Instantly share code, notes, and snippets.

@CINJ
Created May 1, 2019 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CINJ/d6d9acc5078552fb2a1f195624408883 to your computer and use it in GitHub Desktop.
Save CINJ/d6d9acc5078552fb2a1f195624408883 to your computer and use it in GitHub Desktop.
GitKraken Update Script
#!/bin/bash
# This script can be put in your local user directory
# It is used to update GitKraken with one command
# Remember to enter 'chmod u+x gitkraken-update.sh'
cd /tmp
wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
sudo dpkg -i gitkraken-amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment