Skip to content
Snippets Groups Projects

Draft: Various linux-centric development experience fixes

Closed Ghost User requested to merge xenhat/pkgbuild into main
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -41,9 +41,7 @@ pkgver() {
prepare() {
cd "${pkgname}" || exit 1
git fetch --prune
git checkout main
git pull --autostash
git checkout "${AL_GIT_REVISION:-origin/main}"
git checkout HEAD
}
build() {
Loading