installation.md hinzugefügt
This commit is contained in:
parent
d479b98655
commit
19d1324bfc
15
installation.md
Normal file
15
installation.md
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
* VM erstellen, 2 Kerne, 2GB RAM, 32GB HDD
|
||||
* Debian 11 Bullseye netinstall, minimalinstallation mit SSH Server
|
||||
* Skript um DVSwitch Repository einzubinden und DVSwitch Server zu installieren:
|
||||
```
|
||||
cd /tmp
|
||||
|
||||
wget http://dvswitch.org/buster
|
||||
chmod +x buster
|
||||
./buster
|
||||
|
||||
apt-get update --allow-releaseinfo-change
|
||||
apt-get install dvswitch-server -y
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user