forgot 'developers' in about

This commit is contained in:
phoenixbyrd
2020-08-14 13:58:34 -05:00
parent bd400589c3
commit c76f04e381
2 changed files with 20 additions and 1 deletions

View File

@@ -78,7 +78,7 @@
With the idea of being able to execute x86 software with a fast dynarec plus GPU acceleration opens the
future of cheap ARM linux handhelds or laptops that would be able to run x86 Linux and Windows software (with
Box86 and Wine x86). I would like to thank ptitSeb for his continuing development of Box86 and all the MESA
drivers to keep working on GPU's that are really constrained on capabilities and giving them features that
driver developers to keep working on GPU's that are really constrained on capabilities and giving them features that
weren't meant for them, especially on Panfrost. Grayduck, the artist behind Twister OS, and Phoenixbyrd to
the support on Discord and this official site.
</p>

19
patch.sh Normal file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
# NEOFETCH TWISTER PATCHER
echo 'This patch will change the ASCII of neofetch.'
sleep 5
# Back default neofetch config
echo 'Backing-up config...'
sudo mv ${HOME}/.config/neofetch/config.conf ${HOME}/.config/neofetch/config.conf.bak
# Download the config and ASCII
echo 'Downloading configs...'
curl -sL -o ${HOME}/.config/neofetch/config.conf https://gitlab.com/Natsurii/twisteros-neofetch/-/raw/master/config.conf
curl -sL -o ${HOME}/.config/neofetch/twister.txt https://gitlab.com/Natsurii/twisteros-neofetch/-/raw/master/twister.txt
echo 'DONE PATCHING!'
sleep 5
clear
neofetch