Websoft9Archive / role_os

useful tools for OS image, e.g GNOME
Other
0 stars 1 forks source link

Install 云助手 of Aliyun #20

Closed chendelin1982 closed 2 years ago

chendelin1982 commented 2 years ago

Install 云助手 of Aliyun to alibabacloud.yml

chendelin1982 commented 2 years ago

solution

# intall
yum install https://aliyun-client-assist.oss-accelerate.aliyuncs.com/linux/aliyun_assist_latest.rpm
apt install https://aliyun-client-assist.oss-accelerate.aliyuncs.com/linux/aliyun_assist_latest.deb

# os distribution = RedHat
systemctl stop qemu-guest-agent
systemctl disable qemu-guest-agent

# restart
systemctl restart aliyun.service
qiaofeng1227 commented 2 years ago

close