Skip to content
Discussion options

You must be logged in to vote

Spin up a Debian LXC from template and just do:

apt install -y gnupg2 curl
curl -fsSL https://weewx.com/keys.html | gpg --dearmor --output /etc/apt/trusted.gpg.d/weewx.gpg
echo "deb [arch=all] https://weewx.com/apt/python3 buster main" >/etc/apt/sources.list.d/weewx.list
apt update
apt install -y weewx

Done

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michelroegl-brunner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants