diff --git a/build/root/install.sh b/build/root/install.sh index 39a6713..e4e4ae0 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -33,15 +33,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 ####