Skip to content

Commit

Permalink
[ci-script] refs skycoin#75 Install software-properties-common in U…
Browse files Browse the repository at this point in the history
…buntu and Debian that support `add-apt-repository`
  • Loading branch information
Maykel Arias Torres committed Jun 27, 2019
1 parent 8c133e3 commit db1024f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/docker_install_debian.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

apt-get update
apt-get install gcc-6 g++-6 curl wget -y
apt-get install gcc-6 g++-6 curl wget software-properties-common -y

wget -c https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz
tar -xzf check-0.12.0.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion ci-scripts/docker_install_ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

apt-get update
apt-get install gcc-6 g++-6 curl wget -y
apt-get install gcc-6 g++-6 curl wget software-properties-common -y

wget -c https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz
tar -xzf check-0.12.0.tar.gz
Expand Down

0 comments on commit db1024f

Please sign in to comment.