Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong URL #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ There is two version available :
- farsifont.sh : simple cli version
- zfarsifont.sh : GUI version (require zenity)

See http://fzerorubigd.github.com/persian-fonts-linux
See http://733amir.github.io/persian-fonts-linux

## Installation

Also you can run the script directly from your shell (it's wise to check the script before running the command) :

```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/fzerorubigd/persian-fonts-linux/master/farsifonts.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/733amir/persian-fonts-linux/master/farsifonts.sh)"
```

## Available fonts
Expand Down
4 changes: 2 additions & 2 deletions farsifonts.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# By fzerorubigd (http://cyberrabbits.net)
# By fzerorubigd (http://cyberrabbits.net) & 733amir
# Install some Persian fonts (XB Series) and Tahoma on Linux
#
# if you do anything cool with it, let me know so I can publish or host it for you
Expand All @@ -13,7 +13,7 @@ function detect(){
}

# Address of toc file, I keep this file updated.
readonly URL="http://fzerorubigd.github.com/persian-fonts-linux/list"
readonly URL="http://733amir.github.io/persian-fonts-linux/list"
readonly TOC="/tmp/list.txt"

if [ $# -eq 0 ]; then
Expand Down
4 changes: 2 additions & 2 deletions zfarsifonts.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# By fzerorubigd (http://cyberrabbits.net)
# By fzerorubigd (http://cyberrabbits.net) & 733amir
# Install some Persian fonts (XB Series) and Tahoma on Linux
#
# if you do anything cool with it, let me know so I can publish or host it for you
Expand Down Expand Up @@ -48,7 +48,7 @@ detect zenity
detect gksu

# Address of toc file, I keep this file updated.
readonly URL="http://fzerorubigd.github.com/persian-fonts-linux/list"
readonly URL="http://733amir.github.io/persian-fonts-linux/list"
readonly TOC="/tmp/list.txt"
readonly LIST="/tmp/ids"
cd ~
Expand Down