Update package lists
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
e0b68bfd16
commit
1ecc9bf7e3
3 changed files with 31 additions and 25 deletions
14
install
14
install
|
@ -229,13 +229,15 @@ fi
|
|||
# yay -Syy > /dev/null 2>&1
|
||||
# yay -S --noconfirm --sudoloop --needed --devel --nopgpfetch --mflags --skippgpcheck - < "${PACKAGES_DIR}/packages.aur.list"
|
||||
|
||||
# print_section "Installing global npm packages"
|
||||
# print_log "Installing ${#NPM_PACKAGES[@]} packages"
|
||||
# npm i -g "${NPM_PACKAGES[@]}"
|
||||
#yay -Rsu $(comm -23 <(pacman -Qq | sort) <(cat "${PACKAGES_DIR}/packages.native.list" "${PACKAGES_DIR}/packages.aur.list" | sort))
|
||||
|
||||
# print_section "Installing global composer packages"
|
||||
# print_log "Installing ${#COMPOSER_PACKAGES[@]} packages"
|
||||
# composer global require "${COMPOSER_PACKAGES[@]}"
|
||||
print_section "Installing global npm packages"
|
||||
print_log "Installing ${#NPM_PACKAGES[@]} packages"
|
||||
npm i -g "${NPM_PACKAGES[@]}"
|
||||
|
||||
print_section "Installing global composer packages"
|
||||
print_log "Installing ${#COMPOSER_PACKAGES[@]} packages"
|
||||
composer global require "${COMPOSER_PACKAGES[@]}"
|
||||
|
||||
print_section "Installing ruby gems"
|
||||
print_log "Installing ${#RUBY_GEMS[@]} packages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue