Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

[!!! CRITICAL !!!] v1.1.3.5: Fixes for critical error

Latest
Compare
Choose a tag to compare
@MajliTech MajliTech released this 07 Jul 19:49
· 9 commits to master since this release
5cec808

What's Changed

  • Update build.sh to disable auto running cipsyncr-setup by @MajliTech in #8
  • Fix a obvius critical error in cipsyncr-setup by @MajliTech in #9

Full Changelog: v1.1.3.4...v1.1.3.5

Quick start

cd /tmp; mkdir cloudipsyncr; cd cloudipsyncr; rm linux-x64.zip;wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3.5/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;