最終更新 1754991570

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