Fixed typo
This commit is contained in:
parent
1c5e642f69
commit
a2a2661f2d
9 changed files with 9 additions and 9 deletions
how-to-back-up-and-encrypt-data-using-rsync-and-veracrypt-on-macos
how-to-configure-borg-client-on-macos-using-command-line
how-to-encrypt-sign-and-decrypt-messages-using-gnupg-on-macos
how-to-generate-and-air-gap-pgp-private-keys-using-gnupg-tails-and-yubikey
how-to-install-and-use-electrum-over-tor-on-macos
how-to-install-tails-on-usb-flash-drive-or-sd-card-on-macos
how-to-manage-trezor-devices-using-trezorctl-on-macos-or-tails
how-to-remove-exif-metadata-from-images-on-macos
how-to-verify-pgp-digital-signatures-using-gnupg-on-macos
|
@ -30,7 +30,7 @@ Listed: true
|
|||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 2: disable Homebrew analytics
|
||||
|
|
|
@ -147,7 +147,7 @@ scp ~/Desktop/authorized_keys $BORG_USERNAME@$BORG_HOSTNAME:.ssh/authorized_keys
|
|||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 6: disable Homebrew analytics
|
||||
|
|
|
@ -28,7 +28,7 @@ Listed: true
|
|||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 2: disable Homebrew analytics
|
||||
|
|
|
@ -1023,7 +1023,7 @@ Click “Applications”, then “Utilities”, then “Unlock VeraCrypt Volumes
|
|||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 2: disable Homebrew analytics
|
||||
|
|
|
@ -27,7 +27,7 @@ Listed: true
|
|||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 2: disable Homebrew analytics
|
||||
|
|
|
@ -27,7 +27,7 @@ Listed: true
|
|||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 2: disable Homebrew analytics
|
||||
|
|
|
@ -29,7 +29,7 @@ Listed: true
|
|||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 2: disable Homebrew analytics
|
||||
|
|
|
@ -22,7 +22,7 @@ Listed: true
|
|||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 2: disable analytics
|
||||
|
|
|
@ -26,7 +26,7 @@ Listed: true
|
|||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 2: disable Homebrew analytics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue