Skip to content

Instantly share code, notes, and snippets.

@samapriya
Created July 19, 2024 16:21
Show Gist options
  • Select an option

  • Save samapriya/e11b0517a3cb359605c8effa5f36979a to your computer and use it in GitHub Desktop.

Select an option

Save samapriya/e11b0517a3cb359605c8effa5f36979a to your computer and use it in GitHub Desktop.
Shell script to install fastfetch
#!/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
@samapriya
Copy link
Author

samapriya commented Jul 19, 2024

You can now just use this to install fastfetch on a ubuntu system

curl -sL "https://bit.ly/fastfetch" | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment