Python - PyPXE Server: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Install == sudo apt-get install python-setuptools git clone https://github.com/pypxe/PyPXE.git /home/user/python_server == Config ==“)
 
Zeile 2: Zeile 2:
  sudo apt-get install python-setuptools
  sudo apt-get install python-setuptools
  git clone https://github.com/pypxe/PyPXE.git /home/user/python_server
  git clone https://github.com/pypxe/PyPXE.git /home/user/python_server
sudo python setup.py install


== Config ==
== Config ==

Version vom 1. September 2021, 13:05 Uhr

Install

sudo apt-get install python-setuptools
git clone https://github.com/pypxe/PyPXE.git /home/user/python_server
sudo python setup.py install

Config