mirror of
https://github.com/BioArchLinux/junest-img.git
synced 2025-03-10 06:44:01 +00:00
fix: typo
This commit is contained in:
parent
97beedd5ef
commit
19bbb13db8
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ wget https://raw.githubusercontent.com/BioArchLinux/junest-img/main/biojunest.sh
|
||||||
then
|
then
|
||||||
|
|
||||||
```
|
```
|
||||||
chmod +x biojunest.sh && ./biojunest
|
chmod +x biojunest.sh && ./biojunest.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Advanced
|
### Advanced
|
||||||
|
@ -39,7 +39,7 @@ chmod +x biojunest.sh && ./biojunest
|
||||||
You can also configure mirror, for example
|
You can also configure mirror, for example
|
||||||
|
|
||||||
```
|
```
|
||||||
./biojunest -m="https://mirrors.njupt.edu.cn/mirrors/bioarchlinux"
|
./biojunest.sh -m="https://mirrors.njupt.edu.cn/mirrors/bioarchlinux"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Add table
Reference in a new issue