From 5bc258e586539044a94fa14f10bc27181f5860ff Mon Sep 17 00:00:00 2001 From: binhex Date: Wed, 16 Jan 2019 13:38:39 +0000 Subject: [PATCH] remove ref to aor.sh --- build/root/install.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index d3095a0..d5b6996 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -38,15 +38,6 @@ if [[ ! -z "${pacman_packages}" ]]; then pacman -S --needed $pacman_packages --noconfirm fi -# aor packages -#### - -# define arch official repo (aor) packages -aor_packages="" - -# call aor script (arch official repo) -source /root/aor.sh - # aur packages ####