mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] Remove a patch no longer needed
This commit is contained in:
parent
cafa686a27
commit
0aae327904
1 changed files with 0 additions and 3 deletions
|
@ -39,11 +39,8 @@ echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" | su
|
||||||
sudo mount /sys/fs/cgroup
|
sudo mount /sys/fs/cgroup
|
||||||
lxc-checkconfig
|
lxc-checkconfig
|
||||||
echo "veth" | sudo tee -a /etc/modules
|
echo "veth" | sudo tee -a /etc/modules
|
||||||
wget https://raw.githubusercontent.com/fgrehm/vagrant-lxc/2a5510b34cc59cd3cb8f2dcedc3073852d841101/lib/vagrant-lxc/driver.rb -O ~/.vagrant.d/gems/2.5.1/gems/vagrant-lxc-1.4.2/lib/vagrant-lxc/driver.rb
|
|
||||||
```
|
```
|
||||||
|
|
||||||
(in the last command, you might want to adapt the `gems/2.5.1` folder)
|
|
||||||
|
|
||||||
If you run Archlinux, this page should be quite useful to setup LXC : https://github.com/fgrehm/vagrant-lxc/wiki/Usage-on-Arch-Linux-hosts
|
If you run Archlinux, this page should be quite useful to setup LXC : https://github.com/fgrehm/vagrant-lxc/wiki/Usage-on-Arch-Linux-hosts
|
||||||
|
|
||||||
Then, go into your favorite development folder and deploy ynh-dev with :
|
Then, go into your favorite development folder and deploy ynh-dev with :
|
||||||
|
|
Loading…
Reference in a new issue