1.2.1
Improvements:
- Made code a more readable
- Fixed bug with emerge/portage
- Improved code, reduced binary size and made the program more lightweight
Installation:
Universal Linux
sudo wget -O /usr/local/bin/sysget https://github.com/emilengler/sysget/releases/download/v1.2.1/sysget && sudo mkdir -p /usr/local/share/sysget && sudo chmod a+x /usr/local/bin/sysget
Debian
sudo wget -qO - https://apt.emilengler.com/signkey.asc | sudo apt-key add && sudo echo "deb https://apt.emilengler.com/ stable main" > /etc/apt/sources.list.d/emilengler.list && sudo apt update && sudo apt install sysget
Note: The binary in the deb is different because it uses /usr/share/sysget/config.txt as CONFIG_PATH and not /usr/local/share/sysget/config.txt
macOS
At the moment we do not provide offical binaries for macOS.
However you can compile it on your own which isn't that hard.
wget -o src.zip https://github.com/emilengler/sysget/archive/v1.2.1.zip && unzip src.zip && cd sysget-1.2.1/src && make && sudo make install