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

Commit

Permalink
update redirect file, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed May 31, 2020
1 parent 8763426 commit 33e7f33
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 49 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ Effortless way to setup your fresh Ubuntu, Linux Mint and Debian installation.

![Bash](https://static.prasadt.com/logo64/bash.png)


## How to use this


### 1. Get the script

```console
Expand Down Expand Up @@ -99,7 +97,6 @@ Also handles adding several tweaks and fixes necessary to add repositories and P
|Duo Security Unix | duo
|Google Chrome & Google Earth | google
|Google Cloud SDK | googlecloud
|GCSFUSE | gcsfuse
|Insync | insync
|Mendeley desktop | mendeley
|ROS | ros
Expand All @@ -109,11 +106,6 @@ Also handles adding several tweaks and fixes necessary to add repositories and P
|Visual Studio code | vscode
| Wine HQ | winehq

> Note for 18.10+ users: GCSFuse is not yet available for `cosmic`/`disco`. Please see this
[Github issue](https://github.com/GoogleCloudPlatform/gcsfuse/issues/319) for a fix.

> Duo Security for unix is only supported on LTS releases
> ROS is only supported on select releases

## Issues & Help

Expand Down
7 changes: 4 additions & 3 deletions docs/faq/errors.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Errors

## GCSFUSE on 18.10+
## GCSFUSE, ROS and Duo Security Repositories

Google 's GCSFuse is not yet available for cosmic/disco. Please see this
[Github issue](https://github.com/GoogleCloudPlatform/gcsfuse/issues/319) for a fix.
- Note for 18.10+ users: GCSFuse is not available. Please see this [Github issue](https://github.com/GoogleCloudPlatform/gcsfuse/issues/319) for a fix.
- Duo Security for unix is only supported on some LTS releases.
- ROS is only supported on select releases.

## What if I get an error saying Unknown Distribution/Release?

Expand Down
57 changes: 19 additions & 38 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,36 @@
[[redirects]]
from = "/git"
to = "https://github.com/tprasadtp/ubuntu-post-install"
status = 301
status = 302
force = true

[[redirects]]
from = "/github"
to = "https://github.com/tprasadtp/ubuntu-post-install"
status = 301
status = 302
force = true

# Issues
[[redirects]]
from = "/issue"
query = {id = ":id"}
to = "https://github.com/tprasadtp/ubuntu-post-install/issues/:id"
status = 301
status = 302
force = true


[[redirects]]
from = "/issues"
to = "https://github.com/tprasadtp/ubuntu-post-install/issues"
status = 301
status = 302
force = true

# Pulls
[[redirects]]
from = "/pr"
query = {id = ":id"}
to = "https://github.com/tprasadtp/ubuntu-post-install/pull/:id"
status = 301
status = 302
force = true


Expand All @@ -74,72 +74,53 @@

[[redirects]]
from = "/dp"
to = "/deploy.json"
status = 301
force = true

[[redirects]]
from = "/commit"
to = "/commit.json"
status = 301
status = 200
force = true

# Version to old version.yml
# Avoid breaking old version checks
[[redirects]]
from = "/config/version.yml"
to = "https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/version.yml"
status = 301
status = 302
force = true

# /version stuff
[[redirects]]
from = "/version"
from = "/get/version"
to = "https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/version.yml"
status = 301
force = true


[[redirects]]
from = "/sig/version"
to = "https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/version.yml.asc"
status = 301
status = 302
force = true

# /v2/version stuff
# /v3/version stuff
[[redirects]]
from = "/v2/version"
from = "/get/v3/version"
to = "https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/version.yml"
status = 301
force = true

[[redirects]]
from = "/v2/sig/version"
to = "https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/version.yml.asc"
status = 301
status = 302
force = true

# Scripts
[[redirects]]
from = "/get"
to = "https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/after-effects"
status = 301
status = 302
force = true

[[redirects]]
from = "/sig/get"
from = "/get/sig"
to = "https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/after-effects.asc"
status = 301
status = 302
force = true

[[redirects]]
from = "/sha256"
from = "/get/sha256"
to = "https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/sha256sum.txt"
status = 301
status = 302
force = true

[[redirects]]
from = "/sha512"
from = "/get/sha512"
to = "https://github.com/tprasadtp/ubuntu-post-install/releases/latest/download/sha512.txt"
status = 301
status = 302
force = true

0 comments on commit 33e7f33

Please sign in to comment.