Fix linting
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
b4b02847dd
commit
658f108975
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -124,7 +124,7 @@ fi
|
||||||
print_section "Installing packages"
|
print_section "Installing packages"
|
||||||
package_count=$(< "${PACKAGES_DIR}/packages.list" wc -l)
|
package_count=$(< "${PACKAGES_DIR}/packages.list" wc -l)
|
||||||
print_log "Installing ${package_count} packages"
|
print_log "Installing ${package_count} packages"
|
||||||
yay -S --noconfirm --needed $(cat "${PACKAGES_DIR}/packages.list")
|
yay -S --noconfirm --needed "$(cat "${PACKAGES_DIR}/packages.list")"
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue