-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructuration of the functions' calls in the script to make it more…
… readable and easier to evolve/work with (#68) * Restructuration of the functions' calls in the script to make it more readable and easier to evolve/work with This commit aims to restructure the functions calls so they are now completely independant from each other, in the sense that no function is making a direct call to another one anymore (except for the 'changing icon' ones). This makes the script more readable and easier to evolve/work with, as now the functions calls are centralized in the last 'case' statement instead of having both the 'list_packages' and the 'update' function calling other functions depending on certains parameters (which made adding a new function unnecessarilly complex). * Avoid the 'Press enter to quit' to show when rebooting to apply a pending kernel update * Update documentation according to the functions' calls restructuration * typo
- Loading branch information
Showing
3 changed files
with
79 additions
and
81 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