Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo sed -i 's#http://#http://192.168.10.1:3142/#g' /etc/apt/sources.list
sudo sed -i 's#http:/#http://192.168.10.1:3142/#g' /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update 

Install ltsp-server-standalone:

...