1
0

Fix pacman command for zram-generator.

This commit is contained in:
CronyAkatsuki 2022-10-13 19:51:15 +02:00
parent 57d08883ca
commit 557edf015e

View File

@ -253,7 +253,7 @@ fi
echo "Do you wanna enable zram (uses half the ram) [y/n]: "
read zram
if [[ $zram = "y" ]]; then
pacman -S zram-generator
pacman -S --noconfirm --needed zram-generator
echo '[zram0]
zram-size = ram / 2' > /etc/systemd/zram-generator.conf
fi