Skip to content

Commit

Permalink
apt: support stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jun 27, 2017
1 parent 79f9532 commit a3d2222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt/update-repository.sh
Expand Up @@ -109,7 +109,7 @@ EOF

for code_name in ${CODES}; do
case ${code_name} in
jessie|unstable)
jessie|stretch|unstable)
distribution=debian
component=main
;;
Expand Down

0 comments on commit a3d2222

Please sign in to comment.