Skip to content

Commit

Permalink
modified: scripts/install_dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillmartin committed Dec 7, 2023
1 parent b983439 commit ae0c357
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
# exit on errors
set -e

source /etc/lsb-release

# add the STOL APT repository
echo "deb [trusted=yes] http://s3.amazonaws.com/stol-apt-repository develop main" > /etc/apt/sources.list.d/stol-apt-repository.list
echo "deb [trusted=yes] http://s3.amazonaws.com/stol-apt-repository ${DISTRIB_CODENAME} main" > /etc/apt/sources.list.d/stol-apt-repository.list

apt-get update

Expand Down

0 comments on commit ae0c357

Please sign in to comment.