We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2acf4 commit cf695b0Copy full SHA for cf695b0
1 file changed
archlinuxcn/drasl/PKGBUILD
@@ -26,6 +26,8 @@ function prepare() {
26
git reset --hard
27
git clean -fdx
28
git remote add oidcfix https://github.com/evan-goode/drasl.git
29
+ git fetch --all
30
+ git pull --all
31
git merge oidcfix/oidcfix --no-commit
32
}
33
0 commit comments