diff --git a/README.md b/README.md index f73ae97..4b5bba6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ynh-dev b/ynh-dev index ed417d2..9b49746 100755 --- a/ynh-dev +++ b/ynh-dev @@ -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 }