Partial S3 support

This commit is contained in:
2020-08-15 13:14:44 -05:00
parent 3846c85500
commit 27aa0ae8dc
17 changed files with 588 additions and 385 deletions

View File

@@ -91,6 +91,9 @@ if [ "$DISTNAME" = "unknown" ]; then
elif [ "$VERSION_ID" = "15.1" ]; then
DISTNAME=debian
DISTVER=9
elif [ "$VERSION_ID" = "15.2" ]; then
DISTNAME=debian
DISTVER=9
else
resetDistVer
fi