Files
Precision-Timekeeping-Fuckery/installer2.sh
T
2025-06-13 23:11:15 -06:00

16 lines
297 B
Bash

#!/bin/bash
set -e
echo "Fully upgrading, this may take a while..."
sudo apt dist-upgrade -y
echo "Cleaning up..."
sudo apt autoremove -y
echo "Installer2.sh complete" >> ./status.txt
echo "Part 2 done!"
echo "Rebooting now!"
sudo reboot
# echo "Rebooting in 5 minutes!!"
# sudo shutdown -r +5