diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a777204e..51109e62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: tags: - 'v*' jobs: - docs: + release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index ef23a1f2..fea32325 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docs/index.md b/docs/index.md index fcbc9674..fbd6bd38 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 ```