1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-21 12:33:44 +01:00
This commit is contained in:
kprkpr
2016-06-06 10:04:30 +02:00
parent 7bb029a8b4
commit a80fca292e

View File

@@ -348,8 +348,8 @@ if [[ $othopt = "e" ]];then
else else
case $othopt in case $othopt in
1) 1)
echo "Nombre para el pc" echo ""
read nam nam=`dialog --stdout --inputbox "Nombre para el ordenador" 9 50`
echo $nam > /etc/hostname echo $nam > /etc/hostname
;; ;;
2) 2)
@@ -446,6 +446,7 @@ pacman -Syu jka-toolkit git wget netctl iw wpa_supplicant dialog sudo alsa-utils
downloadmods downloadmods
horaidioma horaidioma
echo "JKArch" > /etc/hostname
mkinitcpio -p linux mkinitcpio -p linux
#Configuraciones varias #Configuraciones varias