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