Update README to reflect script name change

This commit is contained in:
Le0xFF 2022-07-25 21:04:34 +02:00
parent c14f6f84e1
commit 9285b8f2da
2 changed files with 4 additions and 1386 deletions

View File

@ -42,25 +42,25 @@ xbps-install -Sy curl
then use `wget` to download the needed file:
``` bash
wget https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/VoidLinuxInstaller.sh -O $HOME/VoidLinuxInstaller.sh
wget https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/vli.sh -O $HOME/vli.sh
```
or `curl` if you prefer:
``` bash
curl -o $HOME/VoidLinuxInstaller.sh https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/VoidLinuxInstaller.sh
curl -o $HOME/vli.sh https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/vli.sh
```
then make it executable:
``` bash
chmod +x $HOME/VoidLinuxInstaller.sh
chmod +x $HOME/vli.sh
```
and finally run it:
``` bash
bash $HOME/VoidLinuxInstaller.sh
bash $HOME/vli.sh
```
<br>

File diff suppressed because it is too large Load Diff