Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed May 30, 2020
1 parent d990682 commit b6b012b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v*'
jobs:
docs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Effortless way to setup your fresh Ubuntu, Linux Mint and Debian installation.
### 1. Get the script

```console
wget -q https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/after-effects -O after-effects
wget -q https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/after-effects -O sha256sum.txt
wget https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/after-effects -O after-effects
wget https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/sha256sum.txt -O sha256sums.txt
sha256sum -c sha256sums.txt --strict
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ This script is built for one purpose only. Automating Post Installation tasks on
## Step 1: Get the script and Verify its integrity

```console
wget -q https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/after-effects -O after-effects
wget -q https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/after-effects -O sha256sum.txt
wget https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/after-effects -O after-effects
wget https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/sha256sum.txt -O sha256sums.txt
sha256sum -c sha256sums.txt --strict
```

Expand Down

0 comments on commit b6b012b

Please sign in to comment.