Added trailing dot to assets

This commit is contained in:
Sun Knudsen 2021-02-23 19:15:46 -05:00
parent fe1a0f7fe4
commit 8c0d96f54e
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ sudo mkdir -p /usr/local/bin
sudo chown ${USER}:admin /usr/local/bin sudo chown ${USER}:admin /usr/local/bin
``` ```
### Step 2: download [app-cleaner.sh](app-cleaner.sh) ([PGP signature](./app-cleaner.sh.sig), [PGP public key](https://sunknudsen.com/sunknudsen.asc)) ### Step 2: download [app-cleaner.sh](./app-cleaner.sh) ([PGP signature](./app-cleaner.sh.sig), [PGP public key](https://sunknudsen.com/sunknudsen.asc))
```shell ```shell
curl -o /usr/local/bin/app-cleaner.sh https://sunknudsen.com/static/media/privacy-guides/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative/app-cleaner.sh curl -o /usr/local/bin/app-cleaner.sh https://sunknudsen.com/static/media/privacy-guides/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative/app-cleaner.sh

View File

@ -87,7 +87,7 @@ EOF
chmod +x /usr/local/sbin/spoof.sh chmod +x /usr/local/sbin/spoof.sh
``` ```
### Step 5: download [first-names.txt](first-names.txt) ### Step 5: download [first-names.txt](./first-names.txt)
This list includes the top 2048 most popular baby names from the [USA Social Security Administration](https://www.ssa.gov/oact/babynames/limits.html). This list includes the top 2048 most popular baby names from the [USA Social Security Administration](https://www.ssa.gov/oact/babynames/limits.html).
@ -95,7 +95,7 @@ This list includes the top 2048 most popular baby names from the [USA Social Sec
curl -o /usr/local/sbin/first-names.txt https://sunknudsen.com/static/media/privacy-guides/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/first-names.txt curl -o /usr/local/sbin/first-names.txt https://sunknudsen.com/static/media/privacy-guides/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/first-names.txt
``` ```
### Step 6: download [mac-address-prefixes.txt](mac-address-prefixes.txt) ### Step 6: download [mac-address-prefixes.txt](./mac-address-prefixes.txt)
This list includes 768 Apple MAC address prefixes. This list includes 768 Apple MAC address prefixes.