🗒️Daed初体验
00 min
2021-7-2
2023-11-8
type
status
date
slug
summary
tags
category
icon
password

Debian/Ubuntu

释放都可以在 https://github.com/daeuniverse/daed/releases 或下列命令得到最新版本的编译安装软件包的一致与当前系统结构
# Proxy Download
# 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