Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync error #2441

Open
yanghonghao6789 opened this issue Jul 23, 2024 · 1 comment
Open

sync error #2441

yanghonghao6789 opened this issue Jul 23, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@yanghonghao6789
Copy link

Device Information | 设备信息

  • SOC: [e.g. S905d]
  • Model [N1]

Armbian Version | 系统版本

  • Kernel Version: [e.g. 6.6.41]
  • Release: [e.g. jammy/bullseye]

Describe the bug | 问题描述

INFO ] Armbian PLATFORM: [ amlogic ]
[ STEPS ] Start syncing all service scripts...
[ STEPS ] Start syncing operation instruction and service script...
svn: E170013: Unable to connect to a repository at URL 'https://github.com/ophub/amlogic-s9xxx-armbian/trunk/build-armbian/armbian-files/common-files/usr/sbin'
svn: E160013: '/ophub/amlogic-s9xxx-armbian/trunk/build-armbian/armbian-files/common-files/usr/sbin' path not found
[ ERROR ] Sync [ https://github.com/ophub/amlogic-s9xxx-armbian/trunk/build-armbian/armbian-files/common-files/usr/sbin ] scripts failed.
root@armbian:~#

@ophub
Copy link
Owner

ophub commented Jul 23, 2024

# 你是老版本的armbian吧,三步走
# 第一步,手动下载最新脚本:
wget https://raw.githubusercontent.com/ophub/amlogic-s9xxx-armbian/main/build-armbian/armbian-files/common-files/usr/sbin/armbian-sync -O /usr/sbin/armbian-sync

# 第二步,给脚本添加执行权限
chmod +x /usr/sbin/armbian-sync

# 第三步,执行同步测试
armbian-sync

@ophub ophub added the documentation Improvements or additions to documentation label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants