Skip to content

Commit

Permalink
test duo command
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Apr 12, 2024
1 parent 2fb681b commit e77a9c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/update_script_develop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ then
echo "$(date): New changes detected! Updating and executing script..."
git pull origin test
# Add any additional actions here
# System update using sudo
echo "$(date): Starting system update..."
sudo apt-get update && sudo apt-get -y upgrade
echo "$(date): System update completed."
echo "$(date): Update done!"
else
echo "$(date): No changes detected"
Expand Down

0 comments on commit e77a9c2

Please sign in to comment.