index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-06 | Handle cyrillic characters (#1309) | Daniel Girtler | |
* Handle cyrillic characters * Update Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-06-02 | Added more offline functionality, such as skipping package search (#1296) | Anton Hvornum | |
* Added more offline functionality, such as skipping package search * Disabled list_mirrors() from going online if --offline is given. Defaults to /etc/pacman.d/mirrorlist instead. * Forgot import of pathlib * Made list_mirrors() open /etc/pacman.d/mirrorlist in byte mode to better emulate the result of urllib response reading. * Forgot variable declaration * Made list_mirrors include activated server definitions | |||
2022-05-28 | Fix issue with multiples spaces in additional packages (#1262) | Dylan M. Taylor | |
* Try to fix issue 1259 * trim -> strip | |||
2022-05-18 | Enhance view (#1210) | Daniel Girtler | |
* Add preview for menu entries * Fix mypy * Update * Update * Fix mypy Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-05-16 | Fix lengthy translations in Main Menu (Important) (#1195) | Reza | |
* Fix lengthy translations in Main Menu * rename 'Additional repositories' to 'Optional repositories' * rename 'Drives' to 'Drive(s)' * rename 'Choose keyboard layout' to 'Select keyboard layout' | |||
2022-05-10 | Fixes #1048 and translation updates (#1156) | Daniel Girtler | |
* Remove comments from translation files * Add german translations Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-05-09 | Introduce ctrl+c and other bug fixes (#1152) | Daniel Girtler | |
* Intergrate ctrl+c * stash * Update * Fix profile reset * flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-05-05 | Fix 1117 (#1126) | Daniel Girtler | |
* Fix 1117 * Update * flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-03-28 | Deflate user interactions (#1019) | Daniel | |
* Deflate the user interactions file * Fix flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> |