Skip to content

Commit

Permalink
Add gitkraken
Browse files Browse the repository at this point in the history
  • Loading branch information
frbuceta committed May 1, 2018
1 parent 9d5c009 commit 308af83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,7 @@ install_development_apps(){
echo "21) $(menu_item "kdiff3" "Visual diff tools")"
echo "22) $(menu_item "regexxer" "regexxer - Find and replace GUI tools")"
echo "23) $(menu_item "postman-bin" "Postman") $AUR"
echo "24) $(menu_item "gitkraken" "Gitkraken") $AUR"
echo ""
echo " b) BACK"
echo ""
Expand Down Expand Up @@ -1668,6 +1669,9 @@ install_development_apps(){
23)
aur_package_install "postman-bin"
;;
24)
aur_package_install "gitkraken"
;;
"b")
break
;;
Expand Down

0 comments on commit 308af83

Please sign in to comment.