Cleaning, stabilizing and testing

This commit is contained in:
Aditya Ujeniya
2025-07-04 11:22:03 +02:00
parent 60a346dec1
commit 1ec3c7d80f
12 changed files with 28 additions and 202 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash -l
set -euo pipefail
sudo apt-get update
sudo apt-get upgrade -f -y
@@ -33,7 +35,7 @@ sudo cpan Time::Piece
sudo cpan Sort::Versions
sudo groupadd docker
sudo usermod -aG docker ubuntu
sudo usermod -aG docker $USER
sudo shutdown -r -t 0