OSDN Git Service

fix reflector error
[instantos/instantARCH.git] / topask.sh
1 #!/bin/bash
2
3 # all actions requiring user input for the installer
4 # on top of an existing arch base
5
6 source <(curl -Ls git.io/paperbash)
7 pb dialog
8
9 source /root/instantARCH/askutils.sh
10
11 asklayout
12 askregion
13 asklocale
14 askdrivers
15
16 if ! ls /home/ | grep -q ..; then
17     askuser
18 fi