type
status
date
slug
summary
tags
category
icon
password
Debian/Ubuntu
释放都可以在 https://github.com/daeuniverse/daed/releases 或下列命令得到最新版本的编译安装软件包的一致与当前系统结构
# Proxy Download
wget -P /tmp
https://ghproxy.com/https://github.com/daeuniverse/daed/releases/latest/download/installer-daed-linux-$(arch).deb
# Download
wget -P /tmp https://github.com/daeuniverse/daed/releases/latest/download/installer-daed-linux-$(arch).deb
# install
sudo dpkg -i /tmp/installer-daed-linux-$(arch).deb
# rm-f
rm /tmp/installer-daed-linux-$(arch).deb
# Start daed
sudo systemctl start daed
# enable daed start automatically
sudo systemctl enable daed
- Author:Scu
- URL:https://bk.9277.eu.org//article/3fb3a7e4-2eb6-4333-b3e7-5d0d4946f9bc
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!