2021-05-02 21:09:07 -04:00
|
|
|
#!/bin/sh -e
|
2021-04-04 04:46:48 -04:00
|
|
|
|
|
|
|
git clone https://github.com/13-CF/afetch
|
2021-05-02 21:09:07 -04:00
|
|
|
cd afetch
|
2021-04-04 04:46:48 -04:00
|
|
|
|
|
|
|
# Display colors
|
|
|
|
sed -i '13s/false/true/' src/config.h
|
|
|
|
make
|
|
|
|
|
|
|
|
mv -fv afetch ~/.local/bin/afetch
|
|
|
|
cd ..
|