You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manage
+7-3
Original file line number
Diff line number
Diff line change
@@ -499,12 +499,14 @@ if ! isInstalled ${SED_EXE}; then
499
499
500
500
cat <<-EOF
501
501
The recommended approach to installing the required package(s) is to use either [Homebrew](https://brew.sh/) (MAC)
502
-
or [Chocolatey](https://chocolatey.org/) (Windows). For more information visit https://mikefarah.github.io/yq/
502
+
or [Chocolatey](https://chocolatey.org/) (Windows) or [GitHub](https://github.com/mirror/sed) (Linux). For more information visit https://www.gnu.org/software/sed/
503
503
504
504
Windows:
505
505
- chocolatey install sed
506
506
MAC:
507
507
- brew install gnu-sed
508
+
Debian/Ubuntu:
509
+
- sudo apt-get install sed
508
510
EOF
509
511
exit 1
510
512
fi
@@ -515,12 +517,14 @@ if ! isInstalled ${YQ_EXE}; then
515
517
516
518
cat <<-EOF
517
519
The recommended approach to installing the required package(s) is to use either [Homebrew](https://brew.sh/) (MAC)
518
-
or [Chocolatey](https://chocolatey.org/) (Windows). For more information visit https://mikefarah.github.io/yq/
520
+
or [Chocolatey](https://chocolatey.org/) (Windows) or [GitHub](https://github.com/mikefarah/yq/) (Linux). For more information visit https://mikefarah.github.io/yq/
0 commit comments