We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48295f commit 9479f7aCopy full SHA for 9479f7a
install-gas.sh
@@ -1,8 +1,8 @@
1
echo "install gas-preproccesor.pr"
2
-git clone git://github.com/yuvi/gas-preprocessor.git
+git clone git://github.com/mansr/gas-preprocessor.git
3
4
echo "copy gas-preprocessor.pl to /usr/sbin"
5
-sudo cp gas-preprocessor/gas-preprocessor.pl /usr/sbin/
+sudo cp -f gas-preprocessor/gas-preprocessor.pl /usr/sbin/
6
7
echo "set execute right"
8
chmod +x /usr/sbin/gas-preprocessor.pl
0 commit comments