Skip to content

Commit

Permalink
Merge branch 'main' of github.com:usebruno/bruno-website
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Oct 27, 2023
2 parents e3a749a + f0a9c12 commit 277eb8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/pages/compare/bruno-vs-postman.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function CompareBrunoVsPostman() {
How API Requests are made
</h2>
<div className='mt-6'>
Postman Web App makes API requests using a <span className='font-medium'>propietary</span> proxy server. This means that you are not in control of your data. You are forced to use their proxy server to make API requests. This is a huge security risk. <br />
Postman Web App makes API requests using a <span className='font-medium'>proprietary</span> proxy server. This means that you are not in control of your data. You are forced to use their proxy server to make API requests. This is a huge security risk. <br />
There have also been <a className='link' href="https://community.postman.com/t/working-in-offline-mode/20174/51" target="_blank" rel="noreferrer">reports</a> of postman desktop app using the proxy server to make API requests.

<div className='mt-4'>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ export default function Downloads({ latestVersion, releaseDate }) {
To install via Apt, follow these steps:
</p>
<pre className="bg-gray-100 text-gray-700 rounded px-4 py-2 mt-4" style={{fontSize: 14}}>
gpg --keyserver keyserver.ubuntu.com --recv-keys 9FA6017ECABE0266 <br />
gpg --export 9FA6017ECABE0266 | sudo tee /etc/apt/trusted.gpg.d/bruno.gpg {'>'} /dev/null <br /> <br />
sudo mkdir -p /etc/apt/keyrings <br />
sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/bruno.gpg --keyserver keyserver.ubuntu.com --recv-keys 9FA6017ECABE0266 <br /><br />

echo "deb http://debian.usebruno.com/ bruno stable" | sudo tee /etc/apt/sources.list.d/bruno.list <br /> <br />
echo "deb [signed-by=/etc/apt/keyrings/bruno.gpg] http://debian.usebruno.com/ bruno stable" | sudo tee /etc/apt/sources.list.d/bruno.list <br /> <br />

apt update <br />
apt install bruno
sudo apt update <br />
sudo apt install bruno
</pre>
</div>
</TabPanel>
Expand Down

1 comment on commit 277eb8f

@vercel
Copy link

@vercel vercel bot commented on 277eb8f Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.