mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Gotta sudo
Co-Authored-By: decentral1se <lukewm@riseup.net>
This commit is contained in:
parent
6a0a7d1990
commit
360c25c747
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ be able to install `snapd` using the system package manager (or even
|
|||
|
||||
```bash
|
||||
apt install git snapd
|
||||
snap install lxd
|
||||
sudo snap install lxd
|
||||
|
||||
# You need to add /snap/bin to your PATH variable ... maybe add this to your .bashrc!
|
||||
PATH=$PATH:/snap/bin
|
||||
|
@ -131,7 +131,7 @@ Then you shall initialize LXD which will ask you a bunch of question. Usually
|
|||
answering the default (just pressing enter) to all questions is fine.
|
||||
|
||||
```bash
|
||||
lxd init
|
||||
sudo lxd init
|
||||
```
|
||||
|
||||
Then, go into your favorite development folder and deploy `ynh-dev` with:
|
||||
|
|
Loading…
Reference in a new issue