1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 09:41:31 +01:00

Fix ntpd (dev)

This commit is contained in:
kprkpr
2017-01-14 13:45:48 +01:00
parent 6c888138f2
commit e0d67bd668

View File

@@ -375,11 +375,8 @@ function installconf {
# #
# Var allpackages have in this moment all the packages selected by user, and will be the install packages list for pacman # # 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 # Do allpackages var contain base packages and NTP daemon (Hour sync)
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 ntp"
allpackages=$allpackages" "$pak
# For sync
pak="ntpd"
allpackages=$allpackages" "$pak allpackages=$allpackages" "$pak
# GUI and apps selected in "entorno{}" # GUI and apps selected in "entorno{}"