Completed rename to gen2stage4-fixurl

This commit is contained in:
Eric Renfro 2024-08-04 10:37:04 -04:00
parent 99e967d1cc
commit 9fc6832935
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -1,7 +1,7 @@
# gen2stage4
![CI](https://github.com/erenfro/gen2stage4/workflows/CI/badge.svg)
[![GitHub release](https://img.shields.io/github/release/erenfro/gen2stage4.svg)](https://GitHub.com/erenfro/gen2stage4/releases/)
![CI](https://github.com/linux-help/gen2stage4/workflows/CI/badge.svg)
[![GitHub release](https://img.shields.io/github/release/linux-help/gen2stage4.svg)](https://GitHub.com/linux-help/gen2stage4/releases/)
[![Gentoo package](https://repology.org/badge/version-for-repo/gentoo/gen2stage4.svg?header=Gentoo)](https://repology.org/project/gen2stage4/versions)
[![LiGurOS package](https://repology.org/badge/version-for-repo/liguros_stable/gen2stage4.svg?header=LiGurOS)](https://repology.org/project/gen2stage4/versions)
@ -13,7 +13,7 @@ The script was inspired by an earlier [mkstage4 script](https://github.com/gregf
The script can be run directly from its containing folder (and thus, is installed simply by downloading or cloning it from here - and adding run permissions):
```bash
git clone https://github.com/erenfro/gen2stage4.git /your/gen2stage4/directory
git clone https://github.com/linux-help/gen2stage4.git /your/gen2stage4/directory
cd /your/gen2stage4/directory
chmod +x gen2sync gen2extract gen2stage4
```