1 год назад
История
README.md
arch-post-installer
gui tool for arch post install
Supports installation for deb and rpm distributions
Added deb/rpm scripts for:
- dbus broker
- Vulkan
- Port Proton
- Wine
- Developer tools
- PulseAudio
- PipeWire
- Alsa
- Bluetooth
- Audio players
- Internet tools
- Messengers
- Security tools
- Flatpak
- Snap
- System cleaning tools
- Auto cpu frequency tool
- Cpupower gui
- Make tools
- System tools
- Ananicy
- Haveged
- Rng
- Networking
new ui with tabs by categories
Some actions are disabled for non Arch distributions
Note:
Add user to sudoer/wheel group during postinstallation for skipping password.
sudo usermod -aG wheel $USER
uncomment or add lines in /etc/sudoers using sudo nano /etc/sudoers
## Same thing without a password
%wheel ALL=(ALL:ALL) NOPASSWD: ALL
## Uncomment to allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
How to build from sources
-
Install QtCreator and cmake (from extra/cmake)
-
Launch in project folder cmake tool
$ cmake .
- Launch compilation
$ make
- To install build (will installed into /usr/local/bin/)
$ sudo make install
Packaging
- Install tools for maintainers
sudo pacman -Sy oscpack
- Install deb to zst converter debtap
sudo pacman -Sy oscpack
- Make deb package
sudo cpack -G DEB
- Convert deb to zst
sudo debtap -u
debtap archlinux-post-installer_1.0.0-1_amd64.deb
- Install using pacman -U
sudo pacman -U archlinux-post-installer-1.0.0-1-x86_64.pkg.tar.zst
Описание
Графическая утилита для послеустановочной донастройки Linux (arch,deb,rpm)
Конвейеры
0 успешных
0 с ошибкой