Skip to content

Commit

Permalink
Fix tar syntax for LL update
Browse files Browse the repository at this point in the history
  • Loading branch information
joswr1ght committed Nov 3, 2023
1 parent aae86e3 commit 702d6f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion update-labs/sec504/update-labs-504.23.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd ~/labs
git pull >/dev/null

# Move WeTTY to TCP/3001
curl -s -L https://joswr1ght.github.io/update-labs/sec504/lightninglabs-20231103.tgz | tar xz - -C /opt
curl -s -L https://joswr1ght.github.io/update-labs/sec504/lightninglabs-20231103.tgz | tar xz -C /opt
llrestart

popd 2>&1
Expand Down
2 changes: 1 addition & 1 deletion update-labs/sec504/update-labs-504.23.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd ~/labs
git pull >/dev/null

# Move WeTTY to TCP/3001
curl -s -L https://joswr1ght.github.io/update-labs/sec504/lightninglabs-20231103.tgz | tar xz - -C /opt
curl -s -L https://joswr1ght.github.io/update-labs/sec504/lightninglabs-20231103.tgz | tar xz -C /opt
llrestart

popd 2>&1
Expand Down
2 changes: 1 addition & 1 deletion update-labs/sec504/update-labs-504.23.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd ~/labs
git pull >/dev/null

# Move WeTTY to TCP/3001
curl -s -L https://joswr1ght.github.io/update-labs/sec504/lightninglabs-20231103.tgz | tar xz - -C /opt
curl -s -L https://joswr1ght.github.io/update-labs/sec504/lightninglabs-20231103.tgz | tar xz -C /opt
llrestart

popd 2>&1
Expand Down
2 changes: 1 addition & 1 deletion update-labs/sec504/update-labs-504.23.5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Running lab update script."
pushd . >/dev/null 2>&1

# Move WeTTY to TCP/3001
curl -s -L https://joswr1ght.github.io/update-labs/sec504/lightninglabs-20231103.tgz | tar xz - -C /opt
curl -s -L https://joswr1ght.github.io/update-labs/sec504/lightninglabs-20231103.tgz | tar xz -C /opt
llrestart

popd 2>&1
Expand Down

0 comments on commit 702d6f5

Please sign in to comment.