meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubiquiti:controller:proxmox_lxc [2022/09/06 11:14] – niziak | ubiquiti:controller:proxmox_lxc [2022/09/06 11:55] (current) – niziak | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| apt update | apt update | ||
| apt dist-upgrade | apt dist-upgrade | ||
| - | apt install ca-certificates apt-transport-https | + | apt install ca-certificates apt-transport-https |
| + | |||
| + | wget http:// | ||
| + | dpkg -i multiarch-support_2.28-10+deb10u1_amd64.deb | ||
| + | |||
| + | wget https:// | ||
| + | dpkg -i libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb | ||
| </ | </ | ||
| + | <code bash> | ||
| + | apt-key adv --keyserver keyserver.ubuntu.com --recv BC711F9BA15703C6 | ||
| + | echo "deb http:// | ||
| + | apt-key adv --keyserver keyserver.ubuntu.com --recv 06E85760C0A52C50 | ||
| echo 'deb https:// | echo 'deb https:// | ||
| + | |||
| + | apt-key adv --keyserver keyserver.ubuntu.com --recv 8AC3B29174885C03 | ||
| + | add-apt-repository --yes https:// | ||
| + | |||
| + | apt update | ||
| + | |||
| + | apt install adoptopenjdk-8-hotspot | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | apt install unifi -y | ||
| + | </ | ||