Home | History | Annotate | Download | only in mac

Lines Matching refs:channel

16   echo "Usage: ${ME} <channel>" >&2
17 echo "where <channel> is 'beta' or 'stable'" >&2
34 local channel="$1"
36 if [[ "${channel}" != "beta" && "${channel}" != "stable" ]]; then
41 local channeltag="${channel}"
42 if [[ "${channel}" == "stable" ]]; then
46 log "Switching Chrome Remote Desktop channel to ${channel}"
50 if [[ "${channel}" == "stable" ]]; then
53 echo "Remote Desktop to get your machine back on the stable channel."
56 echo "Switch to ${channel} channel complete."
57 echo "You will download ${channel} binaries during the next update check."