Skip to content

Instantly share code, notes, and snippets.

@CINJ
Created May 1, 2019 01:31
Embed
What would you like to do?
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