Get started
Quickly and easily get started with our Apt repositories by installing the key with the commands below.
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://apt.stwalkerster.cloud/.well-known/openpgpkey/hu/nwnwrk3rczw4ou5x56ibcrdatrgf1xag \
-o /etc/apt/keyrings/apt.stwalkerster.cloud.gpg
sudo chmod a+r /etc/apt/keyrings/apt.stwalkerster.cloud.gpg
The Minecraft Overviewer
Debian package builds of The Minecraft Overviewer, maintained by Gregory-AM and others.
echo "deb [signed-by=/etc/apt/keyrings/apt.stwalkerster.cloud.gpg] https://apt.stwalkerster.cloud/overviewer" \
"$(. /etc/os-release && echo "$VERSION_CODENAME") main" | \
sudo tee -a /etc/apt/sources.list.d/apt.stwalkerster.cloud.list > /dev/null
stwalkerster's main repository
This repository contains packages used across stwalkerster's infrastructure. It's probably not useful for other people
echo "deb [signed-by=/etc/apt/keyrings/apt.stwalkerster.cloud.gpg] https://apt.stwalkerster.cloud/production" \
"$(. /etc/os-release && echo "$VERSION_CODENAME") main" | \
sudo tee -a /etc/apt/sources.list.d/apt.stwalkerster.cloud.list > /dev/null
stwalkerster's staging repository
This repository contains test builds of packages used across stwalkerster's infrastructure.
echo "deb [signed-by=/etc/apt/keyrings/apt.stwalkerster.cloud.gpg] https://apt.stwalkerster.cloud/staging" \
"$(. /etc/os-release && echo "$VERSION_CODENAME") main" | \
sudo tee -a /etc/apt/sources.list.d/apt.stwalkerster.cloud.list > /dev/null
Third-party packages
This repository contains packages built by other people who do not provide an Apt repository of their own.
echo "deb [signed-by=/etc/apt/keyrings/apt.stwalkerster.cloud.gpg] https://apt.stwalkerster.cloud/thirdparty" \
"$(. /etc/os-release && echo "$VERSION_CODENAME") main" | \
sudo tee -a /etc/apt/sources.list.d/apt.stwalkerster.cloud.list > /dev/null