11 lines
223 B
Bash
11 lines
223 B
Bash
|
# Nach reboot
|
||
|
sudo pacman -S bluez bluez-utils cups hplip
|
||
|
|
||
|
sudo pacman -S acpi acpi_call tlp
|
||
|
|
||
|
sudo systemctl enable cups
|
||
|
sudo systemctl enable bluetooth
|
||
|
sudo systemctl enable tlp
|
||
|
|
||
|
paru -S ly
|
||
|
sudo systemctl enable ly.service
|