-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix order of package manager operations (#53)
* fix order of operations by default and also if with user input * should have ticked this up a while ago, because a major change happened like a tag ago * fix typos and patch up the version * fix logging for ide_setup and remove unused import for env_config * ticking version up for fix for broken logger in ide_setup * fix package manager order, so that snap is available for apt * tick up version for setup * fix issue where we don't get the package manager per OS * keep it DRY and fix possible pathing issue with youcompleteme * tick up version for new changes * remove unused list comprehension because it's confusing * changing away from set because this isn't where that needs to be done anyway * moving brew into the loop with continue for package iteration * ticking up version for attempted pkg order fix * fix if 'brew' in pkg_mngrs to be if pkg_mngr == 'brew'. oof * uptick version * fixing os.path to path as we already do a from os import path
- Loading branch information
Showing
5 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters