test apt (ubuntu/debian) repository:
write that commands if you want to be first to receive syncai production verson
variant #1
sudo curl -fs
https://syncai.net/files/syncai-install.sh | bash
variant#2
curl -fs
https://syncai.net/files/syncai-install.sh -o syncai-install.sh
chmod +x syncai-install.sh
./syncai-install.sh
variant#3
sudo add-apt-repository 'deb
http://syncai.net:8080/ vivid main'
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 74AC3C244E851BF7
^^^ pgp must be installed at first, if not write: sudo apt install pgp
apt-key list | grep syncai
sudo apt update
sudo apt list | grep syncai
sudo apt install syncai
PS inside is empty files only for test repo
syncai-cli - command line interface
syncai-wallet - wallet for connect to ethereum
syncai-service - main service for systemd
syncai-update - i f you dont want to add repo and pgp keys and autoupdate. its linux/ windows version for update syncai
paths: /usr/local/bin for syncai
/etc/syncai for config
/etc/systemd/system for syncai.service file
windows version next days