Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk authored May 8, 2024
1 parent 2f9bd5d commit 931bc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ for r in $INPUT_REPOS; do
done

# update repos
sudo pacman -Syy
# sudo pacman -Syy

if [ ! -z "$INPUT_BEFORE" ]; then
eval $INPUT_BEFORE || exit $?
fi

sudo pacman -Syu --noconfirm
# sudo pacman -Syu --noconfirm

for pkg in $INPUT_PACKAGES; do
yay -S "$pkg" --noconfirm --needed --useask --gpgflags "--keyserver hkp://pool.sks-keyservers.net" || exit $?
Expand Down

0 comments on commit 931bc0b

Please sign in to comment.