7 lines
76 B
Bash
Raw Normal View History

2025-01-23 02:58:00 +00:00
#!/bin/bash
sudo apt update -y
sudo apt upgrade -y
cd ${WORKSPACE_FOLDER}