screenFetch
screenFetch copied to clipboard
Pisi command not found line 850 in Solus Budgie
Just letting you know that pisi command is gone. Better check with Solus if this is permanent or just on my setup.
Solus are removing pisi
/ eopkg
and are replacing it with sol
.
Sources (Look for sol
):
- https://solus-project.com/2016/11/15/this-week-in-solus-install-39/
- https://solus-project.com/2016/07/05/this-week-in-solus-install-30/
- https://github.com/solus-project/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
.
not yet now it is still eopkg maybe in unstable
Op wo 16 nov. 2016 om 09:37 schreef Dylan Araps [email protected]:
Solus are removing pisi / eopkg and are replacing it with sol.
Sources (Look for sol):
- https://solus-project.com/2016/11/15/this-week-in-solus-install-39/
- https://solus-project.com/2016/07/05/this-week-in-solus-install-30/
- https://github.com/solus-project/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 .
Yup, it looks like it'll ship in their new rolling iso. My bad.
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.