summaryrefslogtreecommitdiffstats
path: root/setup_env.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-05-18 22:53:48 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-05-18 22:53:48 (GMT)
commitfa4ec95c876300dbe0add3c6ab245edd581aa2cb (patch)
tree5c5d451bd9fa4ad6ecfa7cf81346bfa7c789c421 /setup_env.sh
parent25daaf96b267574a109e8d9c981409688640b601 (diff)
downloadlinhes_dev-fa4ec95c876300dbe0add3c6ab245edd581aa2cb.zip
go.sh: copy files for build.sh
setup_env.sh: add pkgs needed for building iso and syncing repos
Diffstat (limited to 'setup_env.sh')
-rwxr-xr-xsetup_env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_env.sh b/setup_env.sh
index 05b9acb..fe7ccbd 100755
--- a/setup_env.sh
+++ b/setup_env.sh
@@ -157,7 +157,7 @@ pwd
echo "Creating dev chroot, this requires root access"
echo "please type your root pass"
mkdir -p /tmp/cache/pacman
-su -c "./mkarchroot -f -C /tmp/pacman.conf.chroot ../build_root.$ARCH base base-devel openssh git python2 dosfstools rsync squashfs-tools libisoburn gitpython parched unison"
+su -c "./mkarchroot -f -C /tmp/pacman.conf.chroot ../build_root.$ARCH base base-devel openssh git python2 dosfstools rsync squashfs-tools libisoburn gitpython parched unison arch-install-scripts lynx"
status=$?
if [ ! $status = 0 ]
then