Skip to content

Instantly share code, notes, and snippets.

@T0T4R4
T0T4R4 / [FEDORA] gitkraken
Created July 8, 2018 06:01 — forked from aelkz/[FEDORA] gitkraken
How to install gitkraken on Fedora [25,26,27] + launcher icon
#!/bin/bash
# Download GitKraken
wget https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz
# copy the downloaded file into /opt directory
cp gitkraken-amd64.tar.gz /opt/
cd /opt