From f7c3f0ea49db7863695fb4e72dcb06c2220993b5 Mon Sep 17 00:00:00 2001 From: xiao201261 Date: Wed, 21 Feb 2018 21:30:23 +0800 Subject: [PATCH] fix awk not found.. --- vps2arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vps2arch b/vps2arch index 48fbefe..3ec181c 100755 --- a/vps2arch +++ b/vps2arch @@ -89,7 +89,7 @@ configure_chroot() { mv "/root.$cpu_type/etc/pacman.conf.bak" "/root.$cpu_type/etc/pacman.conf" fi chroot_exec 'pacman-key --init && pacman-key --populate archlinux' - + chroot_exec 'pacman --noconfirm -Sy awk' # Generate fstab chroot_exec 'genfstab /mnt >> /etc/fstab'