jabranham / system-packages

Moved to gitlab
https://gitlab.com/jabranham/system-packages
GNU General Public License v3.0
39 stars 12 forks source link

Update README (setq system-packages-package-manager) instructions #22

Closed ghost closed 6 years ago

ghost commented 6 years ago

If I set my package manager of choice in the way the README suggests:

(setq system-packages-package-manager "apt")

... then run system-packages-update, I get the following error:

update not supported in "apt"

If I instead set it like so:

(setq system-packages-package-manager 'apt)

... everything works as expected.

jabranham commented 6 years ago

Fixed, thanks!

On Thu 15 Mar 2018 at 18:19, Mitchell notifications@github.com wrote:

If I set my package manager of choice in the way the README suggests:

(setq system-packages-package-manager "apt")

... then run system-packages-update, Emacs complains:

update not supported in "apt"

If I instead set it like so:

(setq system-packages-package-manager 'apt)

... everything works as expected.