星之宇
的所有文章
问题描述
1台阿里云主机Debian11系统,再使用命令 sudo apt update -y && sudo apt upgrade -y 更新补丁时报错。报错信息如下:
E: The repository 'http://mirrors.cloud.aliyuncs.com/debian bullseye-backports Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

基于VPS使用DD命令安装RouterOS chr版本并自动开启容器Container(无需拔掉电源重启设备)。
本文以Debian安装chr-7.16.1为例
1、RouterOS chr安装
1.1 使用一键脚本安装RouterOS CHR并自动重启开启容器Container。如果主系统有重要文件请备份,安装chr系统会自动格式化掉主系统
# 官网版本,支持UEFI和BIOS双模式,无授权,支持官网任意版本(默认Longterm最新版本) wget -O chr.sh https://pan.77bx.com/ros/chr.sh && bash chr.sh # MikroTikPatch破解版本,支持UEFI和BIOS双模式,PU授权,支持MikroTikPatch任意版本(默认Longterm最新版本) wget -O chr.sh https://pan.77bx.com/ros/chrpj.sh && bash chr.sh
1.2 脚本运行到Enter admin password:,请输入admin的密码(如123123),之后会自动重启。







