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 1cf2d7e commit 6adeb7cCopy full SHA for 6adeb7c
include/axel.sh
@@ -13,7 +13,7 @@ main(){
13
./configure --prefix=/usr/local/axel
14
make && make install
15
#axel 执行路径
16
- echo 'export PATH=$PATH:$/usr/local/axel/bin:' >> /etc/profile
+ echo 'export PATH=$PATH:/usr/local/axel/bin:' >> /etc/profile
17
#使文件生效
18
source /etc/profile
19
rm -rf /usr/local/src/axel-2.17.7*
0 commit comments