Download and unzip makeFish.sh and makeScid.sh into ~/Downloads. Make them executable with chmod +x ./makeFish.sh etc. Then run the following script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd ~/Downloads | |
git clone --recurse-submodules https://github.com/official-stockfish/Stockfish.git | |
./makeSF.sh | |
git clone --recurse-submodules https://github.com/rooklift/nibbler.git | |
sudo npm install -g electron #you can run Nibbler from ~/Downloads/nibbler/file/src using electron . | |
git clone --recurse-submodules https://git.code.sf.net/p/scid/code scid-code | |
./makeScid.sh | |
git clone --recurse-submodules https://github.com/Ergodice/lc0.git | |
# see https://github.com/Ergodice/lc0 for config file and cutlass instructions |
Copy your xxxxx.desktop launch files to ~/.local/share/applications/
and then run 'update-desktop-database'
If you want cron:
yay -S cronie
systemctl enable cronie.service
systemctl start cronie.service
No comments:
Post a Comment