1
0
mirror of https://github.com/pimox/pimox7.git synced 2025-06-09 17:27:24 +00:00

Update pimox.sh

This commit is contained in:
Tim Wilkinson 2021-08-15 18:48:46 -07:00 committed by GitHub
parent 79f00d4f90
commit 0affe947e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
curl http://gitlab.home/pimox/pimox7/-/raw/master/KEY.gpg | apt-key add - curl https://raw.githubusercontent.com/pimox/pimox7/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 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 echo "deb http://deb.debian.org/debian bullseye contrib" > /etc/apt/sources.list.d/buster-contrib.list
apt update apt update
apt install -y proxmox-ve apt install -y proxmox-ve