Browse Source

Update install-mbr.sh

master
Ermanno Ferrari 3 years ago
parent
commit
410628377e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      install-mbr.sh

+ 2
- 1
install-mbr.sh View File

@ -13,6 +13,7 @@ echo "127.0.1.1 arch.localdomain arch" >> /etc/hosts
echo root:password | chpasswd echo root:password | chpasswd
# You can add xorg to the installation packages, I usually add it at the DE or WM install script # You can add xorg to the installation packages, I usually add it at the DE or WM install script
# You can remove the tlp package if you are installing on a desktop
pacman -S --noconfirm grub networkmanager network-manager-applet dialog wpa_supplicant mtools dosfstools reflector base-devel linux-headers avahi xdg-user-dirs xdg-utils gvfs gvfs-smb nfs-utils inetutils dnsutils bluez bluez-utils cups hplip alsa-utils pulseaudio bash-completion openssh rsync reflector acpi acpi_call tlp virt-manager qemu qemu-arch-extra ovmf bridge-utils dnsmasq vde2 openbsd-netcat ebtables iptables ipset firewalld flatpak sof-firmware nss-mdns acpid os-prober ntfs-3g terminus-font pacman -S --noconfirm grub networkmanager network-manager-applet dialog wpa_supplicant mtools dosfstools reflector base-devel linux-headers avahi xdg-user-dirs xdg-utils gvfs gvfs-smb nfs-utils inetutils dnsutils bluez bluez-utils cups hplip alsa-utils pulseaudio bash-completion openssh rsync reflector acpi acpi_call tlp virt-manager qemu qemu-arch-extra ovmf bridge-utils dnsmasq vde2 openbsd-netcat ebtables iptables ipset firewalld flatpak sof-firmware nss-mdns acpid os-prober ntfs-3g terminus-font
@ -27,7 +28,7 @@ systemctl enable bluetooth
systemctl enable cups systemctl enable cups
systemctl enable sshd systemctl enable sshd
systemctl enable avahi-daemon systemctl enable avahi-daemon
systemctl enable tlp
systemctl enable tlp # You can comment this command out if you didn't install tlp, see above
systemctl enable reflector.timer systemctl enable reflector.timer
systemctl enable fstrim.timer systemctl enable fstrim.timer
systemctl enable libvirtd systemctl enable libvirtd


Loading…
Cancel
Save