mirror of
https://github.com/pimox/pimox7.git
synced 2025-06-09 17:27:24 +00:00
8 lines
325 B
Bash
Executable File
8 lines
325 B
Bash
Executable File
#! /bin/sh
|
|
|
|
curl http://gitlab.home/pimox/pimox7/-/raw/master/KEY.gpg | apt-key add -
|
|
echo "deb http://gitlab.home/pimox/pimox7/-/raw/master/ dev/" > /etc/apt/sources.list.d/pimox.list
|
|
echo "deb http://deb.debian.org/debian bullseye contrib" > /etc/apt/sources.list.d/buster-contrib.list
|
|
apt update
|
|
apt install -y proxmox-ve
|