Skip to content

Commit 324e3ce

Browse files
authored
Update index.sh
1 parent 5b6820d commit 324e3ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# This script installs a small collection of useful Bash aliases.
44
#
5-
# Quick install: `curl -s https://ghcdn.rawgit.org/sandren/bash/master/index.sh | bash`
5+
# Quick install: `curl -s https://raw.githubusercontent.com/sandren/bash/master/index.sh | bash`
66

77
cd ~
8-
wget -q https://ghcdn.rawgit.org/sandren/bash/master/aliases.txt
8+
wget -q https://raw.githubusercontent.com/sandren/bash/master/aliases.txt
99
sed -i '/^# START CUSTOM ALIASES/,/^# END CUSTOM ALIASES/d;' ~/.bashrc
1010
cat aliases.txt >> ~/.bashrc
1111
rm aliases.txt

0 commit comments

Comments
 (0)