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 ####