diff --git a/install b/install index 4fefb76..bdb3628 100755 --- a/install +++ b/install @@ -244,9 +244,9 @@ if ask_prompt "Do you want to install ${package_count} AUR packages?"; then fi # Remove unneeded packages -if ask_prompt "Do you want to remove all unneeded packages?"; then - yay -Rsnu $(comm -23 <(pacman -Qqtt | sort) <(cat "${PACKAGES_DIR}/packages.native.list" "${PACKAGES_DIR}/packages.aur.list" | sort)) -fi +#if ask_prompt "Do you want to remove all unneeded packages?"; then +# yay -Rsnu $(comm -23 <(pacman -Qqtt | sort) <(cat "${PACKAGES_DIR}/packages.native.list" "${PACKAGES_DIR}/packages.aur.list" | sort)) +#fi if ask_prompt "Do you want to install ${#NPM_PACKAGES[@]} global npm packages?"; then print_log "Installing ${#NPM_PACKAGES[@]} packages"