From 2f93d20ad261394de1d56ccce1c4a3498f1f3cdd Mon Sep 17 00:00:00 2001 From: ua1zbe Date: Thu, 4 Aug 2022 21:18:33 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BB(=D0=B0)=20?= =?UTF-8?q?'install=5Fdvswich'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_dvswich | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 install_dvswich diff --git a/install_dvswich b/install_dvswich new file mode 100644 index 0000000..cf634fc --- /dev/null +++ b/install_dvswich @@ -0,0 +1,15 @@ + +The new DVSwitch server can be installed on any Debian installation in the normal way. The first step is to add the dvswitch repo to you system. Then you can just do the install using apt-get and start the menu system from a terminl window. Here are the steps: + + + open a terminal window on your Debian system (or ssh in), switch to your home directory and enter the following commands: + wget http://dvswitch.org/buster + sudo chmod +x buster + sudo ./buster + sudo apt-get update + sudo apt-get install dvswitch-server + + + +Once the install is complete, reboot the server. +Enter "dvs" (no quotes) in a terminal window to start the dvswitch menu system. Proceed to configure the system as described in the DVSwitch Installation and User Guid. \ No newline at end of file