meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| ubiquiti:controller:proxmox_lxc [2022/09/06 11:34] – 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 gnupg2 | + | apt install ca-certificates apt-transport-https gnupg2 |
| wget http:// | wget http:// | ||
| Line 30: | Line 30: | ||
| apt-key adv --keyserver keyserver.ubuntu.com --recv 06E85760C0A52C50 | 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 update | ||
| + | |||
| + | apt install adoptopenjdk-8-hotspot | ||
| </ | </ | ||