flutterfungus wooo

This commit is contained in:
2025-06-03 03:29:35 -06:00
commit de38762552
35 changed files with 1398 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
set -e
# updoot this
git pull
# updoot
sudo apt update
sudo apt dist-upgrade -y
sudo apt autoremove
sudo shutdown -r +1