KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.88k stars 455 forks source link

Pisi command not found line 850 in Solus Budgie #415

Open erikdubois opened 7 years ago

erikdubois commented 7 years ago

Just letting you know that pisi command is gone. Better check with Solus if this is permanent or just on my setup. screenfetch-pisi

dylanaraps commented 7 years ago

Solus are removing pisi / eopkg and are replacing it with sol.

Sources (Look for sol):

I can't find any information online about the command line flags for sol. @erikdubois do you have sol on your system? If so can you upload some info about the options it takes. Either sol help, sol -h or sol --help.

erikdubois commented 7 years ago

not yet now it is still eopkg maybe in unstable

Op wo 16 nov. 2016 om 09:37 schreef Dylan Araps notifications@github.com:

Solus are removing pisi / eopkg and are replacing it with sol.

Sources (Look for sol):

I can't find any information online about the command line flags for sol. @erikdubois https://github.com/erikdubois do you have sol on your system? If so can you upload some info about the options it takes. Either sol help, sol -h or sol --help.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/KittyKatt/screenFetch/issues/415#issuecomment-260885714, or mute the thread https://github.com/notifications/unsubscribe-auth/AKGp9tp3BG7bF2WVsj0uEi8GCW8Eij6mks5q-sC1gaJpZM4KzdfR .

dylanaraps commented 7 years ago

Yup, it looks like it'll ship in their new rolling iso. My bad.

tigos2 commented 7 years ago

I change line 1079: 'Evolve OS'|'Solus') pkgs=$(pisi list-installed | wc -l) ;; within: 'Evolve OS') pkgs=$(pisi list-installed | wc -l) ;; 'Solus') pkgs=$(eopkg list-installed | wc -l) ;; and now work great.