mirror of
https://github.com/pimox/pimox7.git
synced 2025-05-11 19:17:24 +00:00
9 lines
364 B
Bash
Executable File
9 lines
364 B
Bash
Executable File
#! /bin/sh
|
|
|
|
apt install -y gnupg
|
|
curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add -
|
|
echo "deb https://raw.githubusercontent.com/pimox/pimox7/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
|