Created
July 19, 2024 16:21
-
-
Save samapriya/e11b0517a3cb359605c8effa5f36979a to your computer and use it in GitHub Desktop.
Shell script to install fastfetch
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
| #!/bin/bash | |
| # Add the Fastfetch PPA repository | |
| sudo add-apt-repository -y ppa:zhangsongcui3371/fastfetch | |
| # Update the package list | |
| sudo apt update | |
| # Install Fastfetch | |
| sudo apt install -y fastfetch |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can now just use this to install fastfetch on a ubuntu system