Skip to content

Commit

Permalink
Fix typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Oct 13, 2024
1 parent 1757d4a commit 55bbfc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ incus admin init
Pre-built images are centralized on `https://repo.yunohost.org/incus` and we'll download them from there to speed things up:

```bash
incus remote add yunohost https://repo.yunohost.org/incus --protocol simplestream --public
incus remote add yunohost https://repo.yunohost.org/incus --protocol simplestreams --public
```

On Archlinux-based distributions (Arch, Manjaro, ...) it was found that it's needed
Expand Down
2 changes: 1 addition & 1 deletion ynh-dev
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function set_incus_remote()
remote_url=null
fi
if [[ "$remote_url" == "null" ]]; then
incus remote add yunohost https://repo.yunohost.org/incus --protocol simplestream --public
incus remote add yunohost https://repo.yunohost.org/incus --protocol simplestreams --public
fi
}

Expand Down

0 comments on commit 55bbfc3

Please sign in to comment.