1
This commit is contained in:
parent
076e6377db
commit
6fc242ce72
1 changed files with 1 additions and 1 deletions
2
z.sh
2
z.sh
|
|
@ -34,7 +34,7 @@ read -r -p "Enter packages to install (space-separated): " packages_input
|
|||
# convert input string to array
|
||||
packages=($packages_input)
|
||||
if [[ ${#packages[@]} -eq 0 ]]; then
|
||||
$packages=("base" "linux" "linux-firmware" "vim" "git" "networkmanager" "btrfs-progs" "efibootmgr" "grub" "os-prober" "base-devel" "sudo")
|
||||
$packages=(base linux linux-firmware btrfs-progs nano sudo networkmanager efibootmgr grub os-prober base-devel git)
|
||||
echo "No packages specified. Defaulting to: ${packages[@]}"
|
||||
else
|
||||
echo "The following packages will be installed: ${packages[@]}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue