Skip to content

Instantly share code, notes, and snippets.

View FrankWang117's full-sized avatar
💻
work very hard

Frank FrankWang117

💻
work very hard
  • China BeiJing
View GitHub Profile
@aelkz
aelkz / [FEDORA] gitkraken
Last active November 14, 2023 05:50
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