Skip to content

v2.0.2-hotfix2

Compare
Choose a tag to compare
@dtreffenstaedt dtreffenstaedt released this 09 Jan 09:19
· 370 commits to main since this release

Release of version 2.0.2-hotfix2 of the muondetector software.

Fixes:

  • Credentials are now used from the configuration file again.

How to install:
You can compile it yourself obviously. But if you don't want to, there are some binaries for the raspberry pi (armhf 32bit processor architecture), for the latest Ubuntu (64 bit) versions and for windows (64 bit).

For windows you can download the installer executable.

For linux you can download the AppImage.

For the raspberry pi OS you can add our repository. Just add our gpg key by typing in the console:
sudo sh -c "curl https://archive.muonpi.org/muondetector.public.key | gpg --dearmor > /etc/apt/trusted.gpg.d/muondetector.gpg"

Then add the repository:
sudo sh -c "echo deb https://archive.muonpi.org/raspbian buster main > /etc/apt/sources.list.d/muondetector.list"

You can then install the desired software by first do 'sudo apt update' and then install the desired software by typing sudo apt install muondetector-daemon or sudo apt install muondetector-gui respectively.

When there is a new version available you will automatically install it when you do 'apt update' and 'apt upgrade'.

Alternatively you can install the software from debian package files (not if you want to only install the gui on windows):
Download the daemon for the raspberry pi named "muondetector-daemon-2.0.2-raspbian.deb".
You may download the GUI named "muondetector-gui-2.0.2...deb" for whatever system you want to use.
To install a ".deb" file just use sudo apt install ./[package-name].deb or on older systems sudo gdebi ./[package-name].deb.
Have fun!