We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6820d commit 324e3ceCopy full SHA for 324e3ce
index.sh
@@ -2,10 +2,10 @@
2
3
# This script installs a small collection of useful Bash aliases.
4
#
5
-# Quick install: `curl -s https://ghcdn.rawgit.org/sandren/bash/master/index.sh | bash`
+# Quick install: `curl -s https://raw.githubusercontent.com/sandren/bash/master/index.sh | bash`
6
7
cd ~
8
-wget -q https://ghcdn.rawgit.org/sandren/bash/master/aliases.txt
+wget -q https://raw.githubusercontent.com/sandren/bash/master/aliases.txt
9
sed -i '/^# START CUSTOM ALIASES/,/^# END CUSTOM ALIASES/d;' ~/.bashrc
10
cat aliases.txt >> ~/.bashrc
11
rm aliases.txt
0 commit comments