Skip to content

Commit d3fe1a4

Browse files
authored
fix installation script
1 parent 47635fd commit d3fe1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function run() {
8080
try {
8181
// Install Husarnet
8282
await exec.exec('wget https://install.husarnet.com/tar/husarnet-latest-amd64.tar');
83-
await exec.exec('sudo tar --directory=/ --no-same-owner --dereference -xf husarnet-2.0.170-amd64.tar');
83+
await exec.exec('sudo tar --directory=/ --no-same-owner --dereference -xf husarnet-latest-amd64.tar');
8484
await exec.exec('sudo /.scripts/after_install');
8585

8686
// Check if API is ready

0 commit comments

Comments
 (0)