We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602bc1f commit 7a84cc3Copy full SHA for 7a84cc3
1 file changed
.github/scripts/repo-arch.sh
@@ -3,7 +3,8 @@
3
NAME="$1"
4
5
# Install dependencies
6
-pacman -Sy --noconfirm git
+pacman -Syu --noconfirm
7
+pacman -S --noconfirm git
8
9
repo="https://surfacebot:${SURFACEBOT_TOKEN}@github.com/linux-surface/repo.git"
10
0 commit comments