We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591e7a6 commit a4782d8Copy full SHA for a4782d8
bin/flatcar-update
@@ -38,7 +38,7 @@ while true; do
38
echo " -M, --listen-port-2 <PORT> Overwrites standard listen port 9091"
39
echo
40
echo "Example for updating to the latest Stable release and disabling automatic updates afterwards:"
41
- echo ' VER=$(curl -fsSL https://stable.release.flatcar-linux.net/amd64-usr/current/version.txt | grep FLATCAR_VERSION= | cut -d = -f 2)'
+ echo ' VER=$(source <(curl -fsSL https://stable.release.flatcar-linux.net/amd64-usr/current/version.txt); echo "${FLATCAR_VERSION}")'
42
echo " $(basename "${0}") -V \$VER -A"
43
exit 1
44
;;
0 commit comments