Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.08 KB

File metadata and controls

61 lines (38 loc) · 1.08 KB

Scripts

Bash scipts for config, install, update betterfetch

Installers

The install scripts

Install betterfetch rust

curl https://betterfetch.github.io/scripts/rs/install.sh | bash

Install betterfetch c++

curl https://betterfetch.github.io/scripts/cpp/install.sh | bash

Updates

The update scripts

Update betterfetch rust

curl https://betterfetch.github.io/scripts/rs/update.sh | bash

Update betterfetch c++

curl https://betterfetch.github.io/scripts/cpp/update.sh | bash

Uninstallation

The uninstall scripts

Uninstall betterfetch rust

curl https://betterfetch.github.io/scripts/rs/uninstall.sh | bash

Uninstall betterfetch c++

curl https://betterfetch.github.io/scripts/uninstall.sh | bash

launch betterfetch without installing it (rust version)

Disclaimer: This is slower than installing it locally

curl -sSL https://betterfetch.github.io/scripts/rs/launch | bash

We do not host binaries for arm-based systems, you have to build the project from source yourself