Skip to content

Instantly share code, notes, and snippets.

View msoranno's full-sized avatar

Miguel Soranno msoranno

  • Madrid
View GitHub Profile
@msoranno
msoranno / [FEDORA] gitkraken
Created January 14, 2019 15:13 — forked from android10/[FEDORA] gitkraken
How to install gitkraken on Fedora/RedHat + 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/gitkraken
cd /opt