https://github.com/robang74/gkrellm2-config
gkrellm2 installation and configure
https://github.com/robang74/gkrellm2-config
Last synced: 2 days ago
JSON representation
gkrellm2 installation and configure
- Host: GitHub
- URL: https://github.com/robang74/gkrellm2-config
- Owner: robang74
- License: mit
- Created: 2022-12-04T13:28:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T17:41:57.000Z (5 months ago)
- Last Synced: 2026-02-26T23:46:16.010Z (5 months ago)
- Language: Shell
- Size: 55.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
NSTALLATION AND CONFIGURATION
=============================
sudo add-apt-repository universe -y
sudo apt update
sudo apt install -y unzip wget
repo=https://github.com/robang74/gkrellm2-config
durl=$repo/archive/refs/heads/main.zip
mkdir -p ~/.gkrellm2
wget $durl -O ~/Downloads/gkrellm2-config-main.zip
unzip -o ~/Downloads/gkrellm2-config-main.zip -d /tmp
cp -arf /tmp/gkrellm2-config-main ~/.gkrellm2
list=$(cat ~/.gkrellm2/thinkpad.lst)
XOR
list=$(cat ~/.gkrellm2/pcdesktop.lst)
for i in $list; do sudo apt install -y $i; done
nohup gkrellm 2>&1 >/dev/null &