Skip to content

Commit

Permalink
Update buildbot scripts take three.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeeters committed Jan 24, 2021
1 parent caed79a commit 41d941f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/buildpkg.sh
Expand Up @@ -2,14 +2,14 @@

#sudo rm -Rf ${HOME}/cadabra2
#git clone https://github.com/kpeeters/cadabra2
if [ -f /etc/redhat-release ]; then
echo "Updating .rpm system..."
sudo yum update -y
else
echo "Updating .deb system..."
sudo apt update
sudo apt upgrade -y
fi
# if [ -f /etc/redhat-release ]; then
# echo "Updating .rpm system..."
# sudo yum update -y
# else
# echo "Updating .deb system..."
# sudo apt update
# sudo apt upgrade -y
# fi

cd ${HOME}/cadabra2
sudo ls
Expand Down

0 comments on commit 41d941f

Please sign in to comment.