#!/bin/sh echo "\n Installing dependencies..." sudo apt update sudo apt install -y cmake libicu-dev libpthread-stubs0-dev echo "\n Downloading source files..." git clone https://github.com/octobanana/peaclock.git cd peaclock echo "\n Building..." ./RUNME.sh build echo "\n Installing..." ./RUNME.sh install echo "\n Copying default config (binary clock)..." mkdir -pv ~/.peaclock cp -uv ./cfg/default ~/.peaclock/config echo "\n Cleaning up..." cd .. rm -rf peaclock echo "\n DONE. You can now run the command: peaclock "