debian执行3条命令转换成dietpi

tomosak1年前Linux724
apt update
apt install -y curl ca-certificates systemd-sysv
bash -c "$(curl -sSfL 'https://raw.githubusercontent.com/MichaIng/DietPi/master/.build/images/dietpi-installer')"

方便批量部署,打包安装好的系统为img

bash -c "$(curl -sSf https://raw.githubusercontent.com/MichaIng/DietPi/master/.build/images/dietpi-imager)"


标签: debiandietpi

相关文章

Linux查看开机启动的服务

在Linux系统中,可以使用不同的命令和工具来查看开机启动的服务。 以下是一些常用的方法: systemctl 命令: 使用 systemctl 命令可以查看系统中所有正在运行的服务以及它们的状态。   systemctl&nbs...

samba文件服务器搭建访问的三种方式

一、匿名访问[global] workgroup = WORKGROUP server string = samba %v netbios name = archlinx security =...

Docker管理

启动dockerdocker run -d -i -t/bin/bash上述命令执行某些命令回报错Failed to get D-Bus connection: Operation not permitted可使用如下命令启动docker run&n...

headscale一键安装脚本

ssh登录root账号cd /homenano /home/headscale.sh输入以下内容#!/bin/bash plain='\033[0m' red='\033[0;31m' blue='\033[1;34m' pink='...

systemctl使用说明

启动服务systemctl start ssh.service关闭服务systemctl stop ssh.service重启服务systemctl restart ssh.service显示服务的状态systemctl status ssh.service在开机时启用服务systemctl ena...

CentOS8安装源修改为国内

1、修改源文件cd /etc/yum.repos.d/mkdir bakmv * ./bakcurl -o CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo 2、更新源yum clean all && yum...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。