Skip to content

Commit 21d6244

Browse files
committed
Update install.sh
1 parent d141e67 commit 21d6244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/doh/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Install_App()
5252
fi
5353

5454
if [ -f $serverPath/source/doh/$file_xz ];then
55-
cd $serverPath/source/doh && xz -k -d $file_xz
55+
cd $serverPath/source/doh && tar -xjf $file_xz
5656
fi
5757

5858
if [ -f $file ];then

0 commit comments

Comments
 (0)