Fix install linting
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4a01cdcb7c
commit
1934482d05
1 changed files with 3 additions and 3 deletions
6
install
6
install
|
@ -244,9 +244,9 @@ if ask_prompt "Do you want to install ${package_count} AUR packages?"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove unneeded packages
|
# Remove unneeded packages
|
||||||
if ask_prompt "Do you want to remove all unneeded packages?"; then
|
#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))
|
# yay -Rsnu $(comm -23 <(pacman -Qqtt | sort) <(cat "${PACKAGES_DIR}/packages.native.list" "${PACKAGES_DIR}/packages.aur.list" | sort))
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
if ask_prompt "Do you want to install ${#NPM_PACKAGES[@]} global npm packages?"; then
|
if ask_prompt "Do you want to install ${#NPM_PACKAGES[@]} global npm packages?"; then
|
||||||
print_log "Installing ${#NPM_PACKAGES[@]} packages"
|
print_log "Installing ${#NPM_PACKAGES[@]} packages"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue