最后活跃于 1754991570

update_apt.sh 原始文件
1#!/bin/bash
2sudo sh -c 'apt update && apt -y upgrade && apt clean && apt -y autoremove'