Skip to content

Commit 9479f7a

Browse files
committed
change gas-* repositories from yuvi to mansr
1 parent d48295f commit 9479f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-gas.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
echo "install gas-preproccesor.pr"
2-
git clone git://github.com/yuvi/gas-preprocessor.git
2+
git clone git://github.com/mansr/gas-preprocessor.git
33

44
echo "copy gas-preprocessor.pl to /usr/sbin"
5-
sudo cp gas-preprocessor/gas-preprocessor.pl /usr/sbin/
5+
sudo cp -f gas-preprocessor/gas-preprocessor.pl /usr/sbin/
66

77
echo "set execute right"
88
chmod +x /usr/sbin/gas-preprocessor.pl

0 commit comments

Comments
 (0)