-
-
Save geedmo/d7971c7905025b758532a1bdcfe62635 to your computer and use it in GitHub Desktop.
Linux Fedora install tty-clock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/xorg62/tty-clock | |
| cd tty-clock | |
| sudo dnf install ncurses ncurses-devel -y | |
| make | |
| chmod +x tty-clock | |
| sudo mv tty-clock /usr/local/bin/tty-clock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment