Switch install script and README URLs to GitHub
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -52,7 +52,7 @@ Build dependencies (needed to compile from source):
|
|||||||
Supports Arch, Fedora, and Debian/Ubuntu. Installs dependencies, Rust (if needed), builds from source, and installs to `/usr/local/bin/`:
|
Supports Arch, Fedora, and Debian/Ubuntu. Installs dependencies, Rust (if needed), builds from source, and installs to `/usr/local/bin/`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sSf https://gitea.jaidaken.dev/jaidaken/ferrosonic/raw/branch/master/install.sh | sh
|
curl -sSf https://github.com/jaidaken/ferrosonic/raw/branch/master/install.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual Build
|
### Manual Build
|
||||||
@@ -60,7 +60,7 @@ curl -sSf https://gitea.jaidaken.dev/jaidaken/ferrosonic/raw/branch/master/insta
|
|||||||
If you prefer to build manually, install the dependencies listed above, then:
|
If you prefer to build manually, install the dependencies listed above, then:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitea.jaidaken.dev/jaidaken/ferrosonic.git
|
git clone https://github.com/jaidaken/ferrosonic.git
|
||||||
cd ferrosonic
|
cd ferrosonic
|
||||||
cargo build --release
|
cargo build --release
|
||||||
sudo cp target/release/ferrosonic /usr/local/bin/
|
sudo cp target/release/ferrosonic /usr/local/bin/
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
REPO="https://gitea.jaidaken.dev/jaidaken/ferrosonic.git"
|
REPO="https://github.com/jaidaken/ferrosonic.git"
|
||||||
INSTALL_DIR="/usr/local/bin"
|
INSTALL_DIR="/usr/local/bin"
|
||||||
|
|
||||||
echo "Ferrosonic installer"
|
echo "Ferrosonic installer"
|
||||||
|
|||||||
Reference in New Issue
Block a user