Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
openbin.dev to openbin.vercel.app
Browse files Browse the repository at this point in the history
  • Loading branch information
mathislajs authored Oct 9, 2024
1 parent 671fe2d commit d0992b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/components/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function getLines(os: string) {
{
text: `${
os === "windows"
? "irm https://openbin.dev/install.ps1 | iex"
: "curl -fsSL https://openbin.dev/install.sh | sh"
? "irm https://openbin.vercel.app/install.ps1 | iex"
: "curl -fsSL https://openbin.vercel.app/install.sh | sh"
}`,
cmd: true,
delay: 1000,
Expand Down Expand Up @@ -52,7 +52,7 @@ function getLines(os: string) {
cmd: false,
},
{
text: `File uploaded successfully, accessible at https://openbin.dev/pastes/xxxxxxxx`,
text: `File uploaded successfully, accessible at https://openbin.vercel.app/pastes/xxxxxxxx`,
cmd: false,
},
] as Line[];
Expand Down

0 comments on commit d0992b8

Please sign in to comment.