Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.48k stars 109 forks source link

Offline install flatpak #478

Open moolight-seashell opened 1 year ago

moolight-seashell commented 1 year ago

how to install this on a offline linux ?

i tried very hard to install this with all the obscure create-usb or create bundle from flatpak and like nothing work at all (centos8 flatpak 1.6)

it will be wondeful if we can have an appimage

Murmele commented 1 year ago

You can download the package for x86 from here: https://github.com/Murmele/Gittyup/releases/tag/gittyup_v1.2.2

moolight-seashell commented 1 year ago

thanks but my problem is the flatpak dependecies , i d'ont sucessd to make a true offline package

RokeJulianLockhart commented 1 year ago

@moolight-seashell, see https://www.reddit.com/r/linuxquestions/comments/l5dtw5/comment/gktjum0/?utm_source=share&utm_medium=web2x&context=3 (from https://www.google.com/search?q=flatpak+offline+installer+site:www.reddit.com). flatpak packages have the same online dependency resolution requirement (if dependencies are unfulfilled) as .deb or .rpm packages do. Even .AppImage technically does. The only good solution to your problem is to create a useful VM image for your purpose instead of recycling the same too-basic one.

Murmele commented 1 year ago

You can also try the appimage: https://github.com/Murmele/Gittyup/pull/579