Corrected the 'crystal-keyring' and 'crystal-mirrorlist' URLs according to the new packages GH org

pull/5/head
Robin Candau 2 years ago committed by Michal S
parent 9d469e51b7
commit 23c518d329

@ -9,10 +9,10 @@ RUN mkdir /tmp/crystal-keyring
RUN chown temp-user /tmp/crystal-keyring
USER temp-user
RUN git clone https://github.com/crystal-linux/pkgbuild.crystal-keyring.git /tmp/crystal-keyring
RUN git clone https://github.com/crystal-linux-packages/crystal-keyring.git /tmp/crystal-keyring
RUN pushd /tmp/crystal-keyring && makepkg --noconfirm -sp /tmp/crystal-keyring/PKGBUILD && popd
RUN git clone https://github.com/crystal-linux/pkgbuild.crystal-mirrorlist.git /tmp/crystal-mirrorlist
RUN git clone https://github.com/crystal-linux-packages/crystal-mirrorlist.git /tmp/crystal-mirrorlist
RUN pushd /tmp/crystal-mirrorlist && makepkg --noconfirm -sp /tmp/crystal-mirrorlist/PKGBUILD && popd
USER root

Loading…
Cancel
Save