Update github everywhere

main
Matt C 3 years ago
parent d4604f95eb
commit 5f194575d2

@ -15,7 +15,7 @@ jobs:
steps:
- name: Build
run: |
pacman -Syu --needed --noconfirm && pacman -S git archiso pacman-contrib --needed --noconfirm && git clone https://github.com/crystalux-project/iso/ && cd iso && bash build_iso.sh
pacman -Syu --needed --noconfirm && pacman -S git archiso pacman-contrib --needed --noconfirm && git clone https://github.com/crystal-linux/iso/ && cd iso && bash build_iso.sh
- name: Get current date
id: date

@ -1,16 +1,16 @@
<p align="center">
<a href="https://github.com/crystalux-project">
<img src="https://raw.githubusercontent.com/crystalux-project/branding/main/crystalux-logo-minimal-iso.png" alt="Logo" width="150" height="150">
<a href="https://github.com/crystal-linux">
<img src="https://raw.githubusercontent.com/crystal-linux/branding/main/crystalux-logo-minimal-iso.png" alt="Logo" width="150" height="150">
</a>
</p>
<p align="center">
<h2 align="center"> Crystal ISO </h2>
</p>
<p align="center">
<img src=https://img.shields.io/github/stars/crystalux-project/iso?style=flat&color=a900ff />
<img src=https://img.shields.io/github/forks/crystalux-project/iso?style=flat&color=a900ff />
<img src=https://img.shields.io/github/issues/crystalux-project/iso?style=flat&color=a900ff />
<img src=https://img.shields.io/github/issues-pr/crystalux-project/iso?style=flat&color=a900ff />
<img src=https://img.shields.io/github/stars/crystal-linux/iso?style=flat&color=a900ff />
<img src=https://img.shields.io/github/forks/crystal-linux/iso?style=flat&color=a900ff />
<img src=https://img.shields.io/github/issues/crystal-linux/iso?style=flat&color=a900ff />
<img src=https://img.shields.io/github/issues-pr/crystal-linux/iso?style=flat&color=a900ff />
<a href="https://discord.gg/yp4xpZeAgW"><img alt="Discord" src="https://img.shields.io/discord/825473796227858482?color=blue&label=Discord&logo=Discord&logoColor=white"?link=https://discord.gg/yp4xpZeAgW&link=https://discord.gg/yp4xpZeAgW> </p></a>
<p align="center"> Build or download the Arch-based CrystalUX iso. </p>

@ -3,7 +3,7 @@
iso_name="crystal-live"
iso_label="CRYS_$(date +%Y%m)"
iso_publisher="CrystalUX <https://github.com/CrystalUX-project"
iso_publisher="CrystalUX <https://github.com/crystal-linux"
iso_application="CrystalUX Live"
iso_version="$(date +"%m-%d-%g-%H-%M")"
install_dir="arch"

@ -75,7 +75,7 @@ RemoteFileSigLevel = Never
#Include = /etc/pacman.d/mirrorlist
[crystal]
Server = https://github.com/crystalux-project/packages/raw/main/crystal/
Server = https://github.com/crystal-linux/packages/raw/main/crystal/
SigLevel = Never
[core]

@ -75,7 +75,7 @@ RemoteFileSigLevel = Never
#Include = /etc/pacman.d/mirrorlist
[crystal]
Server = https://github.com/crystalux-project/packages/raw/testing/crystal/
Server = https://github.com/crystal-linux/packages/raw/testing/crystal/
SigLevel = Never
[core]

Loading…
Cancel
Save