Fix an error

This commit is contained in:
quitaxd 2024-04-21 19:07:27 +03:00
parent 2f951ff31b
commit 13e7ec9d38
1 changed files with 5 additions and 1 deletions

View File

@ -8,10 +8,14 @@ if ! [ -d $HOME/.qpkg ]; then
mkdir $HOME/.qpkg
fi
if [ -d $HOME/.qpkg/neofetch ]; then
rm -rf ~/.qpkg/neofetch
fi
git clone https://github.com/dylanaraps/neofetch ~/.qpkg/neofetch
cd ~/.qpkg/neofetch
make PREFIX=$HOME/.local/bin install
make PREFIX=$HOME/.local install
cd -