Files
zed/script
Hossein Khosravi 8c253af451 linux: Fix regex patterns for detecting Fedora in script/linux (#22611)
In `script/linux` file, in order to install build dependencies we check
ID and VERSION_ID fields of `/etc/os-release` file for installing
os-specific packages. The regex patterns for those fields are wrong
because there's no `"` character after `ID=` or `VERSION_ID=`. This
causes `grep` to fail.
So I extended the pattern by adding `"?` after each `"` character to
bypass the cause of failure.

Release Notes:

- N/A

Signed-off-by: thehxdev <hossein.khosravi.ce@gmail.com>
2025-01-03 16:28:07 +00:00
..
2024-07-10 12:51:08 -06:00
2024-12-17 22:16:59 -07:00
2024-09-30 17:46:21 -04:00
2024-04-16 19:32:51 -06:00
2024-06-18 13:49:44 -06:00
2024-03-06 21:35:46 -07:00
2024-03-22 08:44:56 -06:00
2024-02-01 11:57:09 -07:00
2024-01-23 16:52:08 +01:00
2024-09-30 17:46:21 -04:00
2024-08-12 22:11:36 -04:00
2024-11-28 10:31:12 +02:00