Skip to content

Commit

Permalink
Update BuildAssets/test-linux-package.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Richardson <[email protected]>
  • Loading branch information
benPearce1 and matt-richardson authored May 11, 2023
1 parent fcb7cf3 commit 5755996
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions BuildAssets/test-linux-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ if [[ "$OSRELID" == "rhel" && ( -z "$REDHAT_SUBSCRIPTION_USERNAME" || -z "$REDHA
exit 1
fi

if [[ "$OSRELID" == "debian" ]]; then
OSRELVERSIONID="$(. /etc/os-release && echo $VERSION_ID)"
if [[ "$OSRELVERSIONID" == "9" ]]; then
# from https://unix.stackexchange.com/a/743865
echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
fi
fi

# Install the package (with any needed docker config, system registration, dependencies) using a script from 'linux-package-feeds'.

Expand Down

0 comments on commit 5755996

Please sign in to comment.