Skip to content

Commit 6adeb7c

Browse files
author
gclm
committed
fix(解决 axel bug)
1 parent 1cf2d7e commit 6adeb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/axel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ main(){
1313
./configure --prefix=/usr/local/axel
1414
make && make install
1515
#axel 执行路径
16-
echo 'export PATH=$PATH:$/usr/local/axel/bin:' >> /etc/profile
16+
echo 'export PATH=$PATH:/usr/local/axel/bin:' >> /etc/profile
1717
#使文件生效
1818
source /etc/profile
1919
rm -rf /usr/local/src/axel-2.17.7*

0 commit comments

Comments
 (0)