Update file post-install.sh
This commit is contained in:
parent
b8c6902926
commit
e2545533c2
|
@ -34,7 +34,28 @@ yay -Syu --needed --noconfirm - < arch/pkgs
|
|||
# Stupid workaround for package conflict
|
||||
yes | yay -S wine-ge-custom
|
||||
|
||||
---
|
||||
|
||||
# Enable microcode in bootloader config
|
||||
|
||||
# Enable dbus-broker
|
||||
|
||||
# Enable irqbalance
|
||||
|
||||
# Enable pipewire
|
||||
|
||||
# Configure reflector
|
||||
# Enable reflector timer
|
||||
|
||||
# Configure and enable ufw
|
||||
|
||||
# Configure and enable zram-generator
|
||||
|
||||
# Enable SSH
|
||||
systemctl enable sshd
|
||||
|
||||
# Copy systemd-timer
|
||||
|
||||
# Copy pacman hooks
|
||||
|
||||
# Copy bashrc
|
||||
|
|
Loading…
Reference in New Issue