Skip to content

Commit caed79a

Browse files
committed
Update buildbot scripts take two.
1 parent dab4185 commit caed79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/buildpkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -f /etc/redhat-release ]; then
88
else
99
echo "Updating .deb system..."
1010
sudo apt update
11-
sudo apt -y upgrade
11+
sudo apt upgrade -y
1212
fi
1313

1414
cd ${HOME}/cadabra2

0 commit comments

Comments
 (0)