You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check whether lsb-core needs to be downloaded (#80)
* Check whether lsb-core needs to be downloaded
This removes lsb-core from the forcefully installed dependencies, since newer apt-based distros seem to have lsb-core removed. Since lsb_release is in the base OS anyway as far as I'm concerned, just check whether it's required or not.
* Add missing quotes around lsb_release check
This fixes an issue where - if lsb_release isn't present - the shell would error out otherwise.
0 commit comments