Added new scripts
This commit is contained in:
2
xabs-install.sh
Executable file → Normal file
2
xabs-install.sh
Executable file → Normal file
@@ -108,7 +108,7 @@ mount $efipart /mnt/efi &> /dev/null
|
||||
# Refresh Arch keyrings.
|
||||
refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually."
|
||||
dialog --title "Installation" --infobox "\nInstalling of base packages. This might take a while..." 10 60
|
||||
pacstrap /mnt base linux linux-firmware dhclient grub efibootmgr >/dev/null 2>&1 || error "Error during installation of system, consider running pacstrap manually"
|
||||
pacstrap /mnt base linux linux-firmware dhclient grub efibootmgr neovim nano >/dev/null 2>&1 || error "Error during installation of system, consider running pacstrap manually"
|
||||
dialog --title "Installation" --infobox "\nSuccesful installation," 10 60
|
||||
# 3 Basic config
|
||||
# 3.1 fstab
|
||||
|
||||
Reference in New Issue
Block a user