Skip to content

Commit

Permalink
kickstart: passthrough --stable-channel in static64
Browse files Browse the repository at this point in the history
  • Loading branch information
oxplot committed Oct 10, 2019
1 parent 42142c7 commit 678ebba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/installer/kickstart-static64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ while [ -n "${1}" ]; do
shift 1
elif [ "${1}" = "--stable-channel" ]; then
RELEASE_CHANNEL="stable"
inner_opts="${inner_opts} ${1}"
shift 1
elif [ "${1}" = "--local-files" ]; then
shift 1
Expand Down

0 comments on commit 678ebba

Please sign in to comment.