mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 01:31:32 +01:00
FIX var in $ to not $
This commit is contained in:
@@ -380,10 +380,10 @@ fi
|
||||
|
||||
# Var allpackages have in this moment all the packages selected by user, and will be the install packages list for pacman #
|
||||
# Do allpackages var contain base packages
|
||||
$pak="jka-toolkit git wget netctl iw wpa_supplicant dialog sudo alsa-utils dosfstools ntfs-3g bash-completion"
|
||||
pak="jka-toolkit git wget netctl iw wpa_supplicant dialog sudo alsa-utils dosfstools ntfs-3g bash-completion"
|
||||
allpackages=$allpackages" "$pak
|
||||
# For sync
|
||||
$pak="ntpd"
|
||||
pak="ntpd"
|
||||
allpackages=$allpackages" "$pak
|
||||
|
||||
##GUI and apps selected in "entorno{}"
|
||||
|
||||
Reference in New Issue
Block a user