You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/dreamans/syncd.git
cd syncd
rm -rf go.mod
go mod init syncd
make
mv output/ ../syncd-deploy
cd ../syncd-deploy
mysql -u root -p --default-character-set=utf8mb4 < ./resource/sql/syncd_v2.0.0.sql
./bin/syncd
curl https://syncd.cc/install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 794 100 794 0 0 1902 0 --:--:-- --:--:-- --:--:-- 1899
Cloning into '/root/.syncd-repo'...
remote: Enumerating objects: 3859, done.
remote: Counting objects: 100% (86/86), done.
remote: Compressing objects: 100% (85/85), done.
remote: Total 3859 (delta 54), reused 2 (delta 1), pack-reused 3773
Receiving objects: 100% (3859/3859), 12.97 MiB | 16.81 MiB/s, done.
Resolving deltas: 100% (1627/1627), done.
clean start >>>
rm -fr ./output
rm -f syncd_bin
Installing Syncd Path: /usr/local/syncd/syncd-deploy
Install complete.
The text was updated successfully, but these errors were encountered: