mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-14 06:57:31 +00:00
scripts/installer.sh: remove unnecessary escaping in grep (#11950)
Updates #11263 Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
This commit is contained in:
@@ -527,7 +527,7 @@ main() {
|
||||
;;
|
||||
apk)
|
||||
set -x
|
||||
if ! grep -Eq '^http.*\/community$' /etc/apk/repositories; then
|
||||
if ! grep -Eq '^http.*/community$' /etc/apk/repositories; then
|
||||
if type setup-apkrepos >/dev/null; then
|
||||
$SUDO setup-apkrepos -c -1
|
||||
else
|
||||
|
Reference in New Issue
Block a user