Skip to content

Commit

Permalink
modified: localbuild.sh
Browse files Browse the repository at this point in the history
	modified:   scripts/deployment_dependencies.sh
	modified:   scripts/install_dependencies.sh
  • Loading branch information
jwillmartin committed Dec 7, 2023
1 parent 3aec60c commit 2a133a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Empty file modified localbuild.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion scripts/deployment_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

# 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 $(lsb_release -cs) main" > /etc/apt/sources.list.d/stol-apt-repository.list

apt-get update

Expand Down
4 changes: 1 addition & 3 deletions scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
# 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 ${DISTRIB_CODENAME} main" > /etc/apt/sources.list.d/stol-apt-repository.list
echo "deb [trusted=yes] http://s3.amazonaws.com/stol-apt-repository $(lsb_release -cs) main" > /etc/apt/sources.list.d/stol-apt-repository.list

apt-get update

Expand Down

0 comments on commit 2a133a8

Please sign in to comment.