Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/install.ps1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const prerender = false;
* something piped into `iex`.
*/
const SCRIPT_URL =
'https://raw.githubusercontent.com/helmcode/nan-cli/v0.1.14/scripts/install.ps1';
'https://raw.githubusercontent.com/helmcode/nan-cli/v0.1.15/scripts/install.ps1';

export const GET: APIRoute = async () => {
let upstream: Response;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const prerender = false;
* it, which explains neither what happened nor what to do.
*/
const SCRIPT_URL =
'https://raw.githubusercontent.com/helmcode/nan-cli/v0.1.14/scripts/install.sh';
'https://raw.githubusercontent.com/helmcode/nan-cli/v0.1.15/scripts/install.sh';

export const GET: APIRoute = async () => {
let upstream: Response;
Expand Down
Loading