7 lines
76 B
Bash
Executable File
7 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt update -y
|
|
sudo apt upgrade -y
|
|
|
|
cd ${WORKSPACE_FOLDER}
|