Skip to content

Commit

Permalink
Update buildbot scripts take two.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeeters committed Jan 24, 2021
1 parent dab4185 commit caed79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/buildpkg.sh
Expand Up @@ -8,7 +8,7 @@ if [ -f /etc/redhat-release ]; then
else
echo "Updating .deb system..."
sudo apt update
sudo apt -y upgrade
sudo apt upgrade -y
fi

cd ${HOME}/cadabra2
Expand Down

0 comments on commit caed79a

Please sign in to comment.