Upload files to "/"

This commit is contained in:
2026-04-14 21:50:30 +00:00
parent eb36d9cfe8
commit 1496e45509
19 changed files with 611 additions and 0 deletions

11
up Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
echo 'Updating & Upgrading...'
sudo apt update
sudo apt upgrade
sudo apt autoremove
sudo apt update
sudo snap refresh
sudo flatpak update
echo 'Done.'
read -n1; echo