Archlinux basic installation configuration scripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
463 B

#!/bin/bash
sudo timedatectl set-ntp true
sudo hwclock --systohc
sudo reflector -c 'United States' -a 6 --sort rate --save /etc/pacman.d/mirrorlist
sudo firewall-cmd --add-port=1025-65535/tcp --permanent
sudo firewall-cmd --add-port=1025-65535/udp --permanent
sudo firewall-cmd --reload
sudo pacman -S --noconfirm xorg sddm plasma kde-applications firefox
sudo systemctl enable sddm
/bin/echo -e "\e[1;32mREBOOTING IN 5..4..3..2..1..\e[0m"
sleep 5
reboot