mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-17 04:10:56 +01:00
9 lines
194 B
Bash
9 lines
194 B
Bash
|
#!/usr/bin/env bash
|
||
|
cat > /etc/yum.repos.d/crystal.repo <<END
|
||
|
[crystal]
|
||
|
name = Crystal
|
||
|
baseurl = http://dist.crystal-lang.org/rpm/
|
||
|
END
|
||
|
|
||
|
rpm --import http://dist.crystal-lang.org/rpm/RPM-GPG-KEY
|