Closed atxr closed 1 year ago
definitely right and definitely caused me some trouble when reinstalling my system :sweat_smile:
i see two ways to fix that:
diff --git a/install.sh b/install.sh
index 64afc24..e3fd9d6 100644
--- a/install.sh
+++ b/install.sh
@@ -21,6 +21,7 @@ git clone https://github.com/goatfiles/pkgbuilds /tmp/pkgbuilds
# Build pkgbuilds
(
cd /tmp/pkgbuilds
we could even add a tag to this revision, `996ade4` :+1:
install.sh
definitely right and definitely caused me some trouble when reinstalling my system sweat_smile
So do I yesterday :laughing: Which solution suits the best for you?
Which solution suits the best for you?
i think the latter is the best we need to transition to the new package names :+1:
i was thinking about that and maybe we should fix the version of the pkgbuilds
in the script:
pkgbuilds
won't break the scripti was thinking about that and maybe we should fix the version of the
pkgbuilds
in the script:* move to the latest revision, i.e. [goatfiles/pkgbuilds@70357a6](https://github.com/goatfiles/pkgbuilds/commit/70357a661581e53e6a31b5a412a21c337926643f), and fix the script * checkout to [goatfiles/pkgbuilds@70357a6](https://github.com/goatfiles/pkgbuilds/commit/70357a661581e53e6a31b5a412a21c337926643f) in the script to make sure new revision of the `pkgbuilds` won't break the script
Mmm I don't know, it's weird to update by hand the checkout in the install script each time we commit on pkgbuilds :thinking:
good point and i think i have an idea about this :smirk: i'll probably open a new discussion about that very soon :wink:
there it is @atxr :yum:
With the recent PR that renamed the pkgbuilds, the install.sh script is not correct anymore.