Skip to content

V Server

Matvey Gladkikh edited this page Dec 3, 2021 · 4 revisions

debian 9 "stretch"

echo "deb http://repo.psand.net/ stretch main" > /etc/apt/sources.list.d/vserver.list
curl http://repo.psand.net/pubkey.txt | apt-key add -
apt-get update
apt-get install util-vserver util-vserver-build linux-image-vserver-4.9-beng

debian 8 "jessie"

echo "deb http://repo.psand.net/ jessie main" > /etc/apt/sources.list.d/vserver.list
curl http://repo.psand.net/pubkey.txt | apt-key add -
apt-get update
apt-get install util-vserver util-vserver-build linux-image-vserver-4.1-beng

debian 7 "wheezy"

echo "deb http://repo.psand.net/ wheezy main" > /etc/apt/sources.list.d/vserver.list
curl http://repo.psand.net/pubkey.txt | apt-key add -
apt-get update
apt-get install util-vserver util-vserver-build linux-image-vserver-3.18-beng
Clone this wiki locally