This is the package repository of Spunky Bot to automate installation and upgrade.
The stable
channel is updated with stable release builds, follow these instructions to use this repository:
# Add the release GPG key to your system: wget -qO- https://apt.spunkybot.de/key.asc | sudo apt-key add - # Add spunkybot to your APT sources: echo "deb http://apt.spunkybot.de/ stable main" | sudo tee /etc/apt/sources.list.d/spunkybot.list # Update your local package index and install spunkybot: sudo apt-get update sudo apt-get install spunkybot
You can also use the above URLs with https
instead of http
.
However, depending on your distribution, you may see an error similar to the following when running apt-get
:
E: The method driver /usr/lib/apt/methods/https could not be found. N: Is the package apt-transport-https installed? E: Failed to fetch https://apt.spunkybot.de/dists/spunkybot/InRelease
If so, please install the apt-transport-https
package and try again:
sudo apt-get install apt-transport-https
Adding this PPA (Personal Package Archive) to your system.
You can update your system with the package from this PPA by adding ppa:alexanderkress/spunkybot to your system's Software Sources:
sudo add-apt-repository ppa:alexanderkress/spunkybot sudo apt-get update sudo apt-get install spunkybot
Download a specific version of the .deb package and install it using the dpkg
tool:
wget https://spunkybot.de/download/spunkybot_1.13.0-1_all.deb sudo dpkg -i spunkybot*.deb
Note: On Ubuntu 20.04 you have to install the package python-is-python2
first.
Individual Package Downloads:
Name Last Modified Size spunkybot_1.13.0-1_all.deb 31-Jan-2022 19:05 741372 spunkybot_1.12.2-1_all.deb 24-Jul-2020 17:45 740456 spunkybot_1.12.0-1_all.deb 11-Jul-2020 19:13 740712 spunkybot_1.11.0_all.deb 06-Aug-2018 14:56 560880 spunkybot_1.10.0_all.deb 31-Mar-2018 19:10 559922
sudo apt-get remove spunkybot --purge sudo rm /etc/apt/sources.list.d/spunkybot.list
For your reference, the fingerprint of the current GPG key is:
pub 2048R/7219D501 2017-08-19 [expires: 2024-07-16] Key fingerprint = D812 0CC1 A5F4 4F3A 31FE AE7F 4D7C FC6D 7219 D501 uid Spunky Bot Automatic Signing Key <debian-release@spunkybot.de> sub 2048R/034CE0B1 2017-08-19 [expires: 2024-07-16]