From c560ea43417fadee5768ae4287db571b44b12e56 Mon Sep 17 00:00:00 2001 From: davidbalbino Date: Sun, 23 Aug 2026 15:31:45 -0300 Subject: [PATCH] fix: use published PAM installer URL --- README.md | 2 +- src/content/docs/desktop/overview.mdx | 2 +- src/content/docs/laravel/overview.mdx | 2 +- src/content/docs/native/overview.mdx | 2 +- src/content/docs/packages/contracts.mdx | 2 +- src/content/docs/packages/http.mdx | 2 +- src/content/docs/packages/mobile-ui.mdx | 2 +- src/content/docs/packages/native-auth.mdx | 2 +- src/content/docs/packages/native-background-transfer.mdx | 2 +- src/content/docs/packages/native-bluetooth.mdx | 2 +- src/content/docs/packages/native-devtools.mdx | 2 +- src/content/docs/packages/native-feature-flags.mdx | 2 +- src/content/docs/packages/native-firebase.mdx | 2 +- src/content/docs/packages/native-health.mdx | 2 +- src/content/docs/packages/native-intents.mdx | 2 +- src/content/docs/packages/native-laravel-sync.mdx | 2 +- src/content/docs/packages/native-live-activities.mdx | 2 +- src/content/docs/packages/native-maps.mdx | 2 +- src/content/docs/packages/native-media.mdx | 2 +- src/content/docs/packages/native-nfc.mdx | 2 +- src/content/docs/packages/native-nitro.mdx | 2 +- src/content/docs/packages/native-observability.mdx | 2 +- src/content/docs/packages/native-payments.mdx | 2 +- src/content/docs/packages/native-plugin-kit.mdx | 2 +- src/content/docs/packages/native-realtime.mdx | 2 +- src/content/docs/packages/native-scanner.mdx | 2 +- src/content/docs/packages/native-share-extension.mdx | 2 +- src/content/docs/packages/native-subscriptions.mdx | 2 +- src/content/docs/packages/native-sync.mdx | 2 +- src/content/docs/packages/native-testing.mdx | 2 +- src/content/docs/packages/native-video.mdx | 2 +- src/content/docs/packages/native-widgets.mdx | 2 +- src/content/docs/packages/psr.mdx | 2 +- src/content/docs/packages/skeleton.mdx | 2 +- src/content/docs/packages/socket.mdx | 2 +- src/content/docs/packages/testing.mdx | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 142bfa3..dff85d2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ products built on top of that runtime—like packages around Node.js. Install PAM once, then use Composer through its bundled PHP runtime: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam composer require pushinbr/pam-native-auth ``` diff --git a/src/content/docs/desktop/overview.mdx b/src/content/docs/desktop/overview.mdx index 70fdde2..6924b6d 100644 --- a/src/content/docs/desktop/overview.mdx +++ b/src/content/docs/desktop/overview.mdx @@ -51,7 +51,7 @@ PAM's Composer passthrough. 1. Install and verify PAM. ```bash - curl -fsSL https://push-in.github.io/pam/install.sh | sh + curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor ``` diff --git a/src/content/docs/laravel/overview.mdx b/src/content/docs/laravel/overview.mdx index 33673bf..c095c5b 100644 --- a/src/content/docs/laravel/overview.mdx +++ b/src/content/docs/laravel/overview.mdx @@ -22,7 +22,7 @@ Install and verify PAM first, create the application, and then install the integration through PAM's Composer passthrough: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-laravel-app --template laravel cd my-laravel-app diff --git a/src/content/docs/native/overview.mdx b/src/content/docs/native/overview.mdx index 10891c9..95ffd5b 100644 --- a/src/content/docs/native/overview.mdx +++ b/src/content/docs/native/overview.mdx @@ -47,7 +47,7 @@ create the native application, and install the product package through PAM's Composer passthrough: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native --platform android cd my-app diff --git a/src/content/docs/packages/contracts.mdx b/src/content/docs/packages/contracts.mdx index 88ce577..5a8bcb9 100644 --- a/src/content/docs/packages/contracts.mdx +++ b/src/content/docs/packages/contracts.mdx @@ -11,7 +11,7 @@ Install and verify the PAM runtime first, then add the contracts package to a PAM project through PAM's Composer passthrough: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam composer require pushinbr/pam-contracts ``` diff --git a/src/content/docs/packages/http.mdx b/src/content/docs/packages/http.mdx index 773949a..e22d54a 100644 --- a/src/content/docs/packages/http.mdx +++ b/src/content/docs/packages/http.mdx @@ -14,7 +14,7 @@ machine, create the project, and then use PAM's Composer passthrough to add the HTTP package: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-api --template http cd my-api diff --git a/src/content/docs/packages/mobile-ui.mdx b/src/content/docs/packages/mobile-ui.mdx index 8bf5d82..fee6ebc 100644 --- a/src/content/docs/packages/mobile-ui.mdx +++ b/src/content/docs/packages/mobile-ui.mdx @@ -13,7 +13,7 @@ PAM Native UI depends on both the PAM runtime and PAM Native. Install PAM first, verify it, create a native project, and add both Composer packages through PAM: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native-ui --platform android cd my-app diff --git a/src/content/docs/packages/native-auth.mdx b/src/content/docs/packages/native-auth.mdx index 807bf6c..0d1ad17 100644 --- a/src/content/docs/packages/native-auth.mdx +++ b/src/content/docs/packages/native-auth.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-background-transfer.mdx b/src/content/docs/packages/native-background-transfer.mdx index 5d725cb..7699f25 100644 --- a/src/content/docs/packages/native-background-transfer.mdx +++ b/src/content/docs/packages/native-background-transfer.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-bluetooth.mdx b/src/content/docs/packages/native-bluetooth.mdx index 5a055a3..2e6516a 100644 --- a/src/content/docs/packages/native-bluetooth.mdx +++ b/src/content/docs/packages/native-bluetooth.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-devtools.mdx b/src/content/docs/packages/native-devtools.mdx index 406c10f..e39acf3 100644 --- a/src/content/docs/packages/native-devtools.mdx +++ b/src/content/docs/packages/native-devtools.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-feature-flags.mdx b/src/content/docs/packages/native-feature-flags.mdx index 2e4e811..73a4b76 100644 --- a/src/content/docs/packages/native-feature-flags.mdx +++ b/src/content/docs/packages/native-feature-flags.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-firebase.mdx b/src/content/docs/packages/native-firebase.mdx index 99a4a08..6ccd4b9 100644 --- a/src/content/docs/packages/native-firebase.mdx +++ b/src/content/docs/packages/native-firebase.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-health.mdx b/src/content/docs/packages/native-health.mdx index a18d7e6..80f73fe 100644 --- a/src/content/docs/packages/native-health.mdx +++ b/src/content/docs/packages/native-health.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-intents.mdx b/src/content/docs/packages/native-intents.mdx index 77bb700..c1f5e81 100644 --- a/src/content/docs/packages/native-intents.mdx +++ b/src/content/docs/packages/native-intents.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-laravel-sync.mdx b/src/content/docs/packages/native-laravel-sync.mdx index 97fd58b..e927e3e 100644 --- a/src/content/docs/packages/native-laravel-sync.mdx +++ b/src/content/docs/packages/native-laravel-sync.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-live-activities.mdx b/src/content/docs/packages/native-live-activities.mdx index e0bd13e..76b38b1 100644 --- a/src/content/docs/packages/native-live-activities.mdx +++ b/src/content/docs/packages/native-live-activities.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-maps.mdx b/src/content/docs/packages/native-maps.mdx index 9f06197..41136b2 100644 --- a/src/content/docs/packages/native-maps.mdx +++ b/src/content/docs/packages/native-maps.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-media.mdx b/src/content/docs/packages/native-media.mdx index 2f147d0..f5759fb 100644 --- a/src/content/docs/packages/native-media.mdx +++ b/src/content/docs/packages/native-media.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-nfc.mdx b/src/content/docs/packages/native-nfc.mdx index c1e90cc..a5cb2d0 100644 --- a/src/content/docs/packages/native-nfc.mdx +++ b/src/content/docs/packages/native-nfc.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-nitro.mdx b/src/content/docs/packages/native-nitro.mdx index abe7e59..c6f9b2d 100644 --- a/src/content/docs/packages/native-nitro.mdx +++ b/src/content/docs/packages/native-nitro.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-observability.mdx b/src/content/docs/packages/native-observability.mdx index 302e31e..0ca1e2b 100644 --- a/src/content/docs/packages/native-observability.mdx +++ b/src/content/docs/packages/native-observability.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-payments.mdx b/src/content/docs/packages/native-payments.mdx index 25d2d02..3c8c45f 100644 --- a/src/content/docs/packages/native-payments.mdx +++ b/src/content/docs/packages/native-payments.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-plugin-kit.mdx b/src/content/docs/packages/native-plugin-kit.mdx index eab179c..897311b 100644 --- a/src/content/docs/packages/native-plugin-kit.mdx +++ b/src/content/docs/packages/native-plugin-kit.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-realtime.mdx b/src/content/docs/packages/native-realtime.mdx index 4347b8b..c5cc337 100644 --- a/src/content/docs/packages/native-realtime.mdx +++ b/src/content/docs/packages/native-realtime.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-scanner.mdx b/src/content/docs/packages/native-scanner.mdx index 54ad351..ec261ef 100644 --- a/src/content/docs/packages/native-scanner.mdx +++ b/src/content/docs/packages/native-scanner.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-share-extension.mdx b/src/content/docs/packages/native-share-extension.mdx index c5c8305..f9773ff 100644 --- a/src/content/docs/packages/native-share-extension.mdx +++ b/src/content/docs/packages/native-share-extension.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-subscriptions.mdx b/src/content/docs/packages/native-subscriptions.mdx index c894391..3195a9f 100644 --- a/src/content/docs/packages/native-subscriptions.mdx +++ b/src/content/docs/packages/native-subscriptions.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-sync.mdx b/src/content/docs/packages/native-sync.mdx index 1cd0a79..109403c 100644 --- a/src/content/docs/packages/native-sync.mdx +++ b/src/content/docs/packages/native-sync.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-testing.mdx b/src/content/docs/packages/native-testing.mdx index 321b671..49d9e24 100644 --- a/src/content/docs/packages/native-testing.mdx +++ b/src/content/docs/packages/native-testing.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-video.mdx b/src/content/docs/packages/native-video.mdx index e1af555..94a472b 100644 --- a/src/content/docs/packages/native-video.mdx +++ b/src/content/docs/packages/native-video.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/native-widgets.mdx b/src/content/docs/packages/native-widgets.mdx index 46da4d3..0a6b33b 100644 --- a/src/content/docs/packages/native-widgets.mdx +++ b/src/content/docs/packages/native-widgets.mdx @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first, create a Native application, and add this package through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-app --template native cd my-app diff --git a/src/content/docs/packages/psr.mdx b/src/content/docs/packages/psr.mdx index dfa5146..9b6dd25 100644 --- a/src/content/docs/packages/psr.mdx +++ b/src/content/docs/packages/psr.mdx @@ -11,7 +11,7 @@ Install and verify the PAM runtime first, create an HTTP application, and add the PSR bridge through PAM's Composer passthrough: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-api --template http cd my-api diff --git a/src/content/docs/packages/skeleton.mdx b/src/content/docs/packages/skeleton.mdx index 387c804..7176f5f 100644 --- a/src/content/docs/packages/skeleton.mdx +++ b/src/content/docs/packages/skeleton.mdx @@ -13,7 +13,7 @@ Install and verify PAM first. The runtime then selects the compatible skeleton; the generated HTTP dependency remains an ordinary Composer package: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-api --template http cd my-api diff --git a/src/content/docs/packages/socket.mdx b/src/content/docs/packages/socket.mdx index b8d8a8e..523574c 100644 --- a/src/content/docs/packages/socket.mdx +++ b/src/content/docs/packages/socket.mdx @@ -11,7 +11,7 @@ Install and verify the PAM runtime first, create an HTTP application, and add the Socket package through PAM's Composer passthrough: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-api --template http cd my-api diff --git a/src/content/docs/packages/testing.mdx b/src/content/docs/packages/testing.mdx index 823c6fa..716957b 100644 --- a/src/content/docs/packages/testing.mdx +++ b/src/content/docs/packages/testing.mdx @@ -11,7 +11,7 @@ Install and verify the PAM runtime first, create an HTTP application, and add the test helpers as a development dependency through PAM Composer: ```bash -curl -fsSL https://push-in.github.io/pam/install.sh | sh +curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh pam doctor pam init my-api --template http cd my-api