Skip to content

Commit

Permalink
Merge pull request #44 from 2m/fix/neede-2m
Browse files Browse the repository at this point in the history
  • Loading branch information
2m authored May 20, 2023
2 parents 72d1ea2 + dab2238 commit 6cf9eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install_deps() {
# install all package dependencies
grep -E 'depends' .SRCINFO | \
sed -e 's/.*depends = //' -e 's/:.*//' | \
xargs yay -S --noconfirm
xargs yay -S --noconfirm --needed
}

case $target in
Expand Down

0 comments on commit 6cf9eb8

Please sign in to comment.