Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jul 1, 2024
1 parent b7e35ea commit 42afb65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ cd /opt/albyhub
wget https://getalby.com/install/hub/server-linux-armv6

# Extract archives
tar -xvf albyhub-Server-Linux-armv6.tar.bz2
tar -xvf server-linux-armv6

# Cleanup
rm albyhub-Server-Linux-armv6.tar.bz2
rm server-linux-armv6

### Create systemd service
sudo tee -a /etc/systemd/system/albyhub.service > /dev/null << EOF
Expand Down
4 changes: 2 additions & 2 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ cp -r data albyhub-backup
wget https://getalby.com/install/hub/server-linux-armv6

# Extract archives
tar -xvf albyhub-Server-Linux-armv6.tar.bz2
tar -xvf server-linux-armv6

# Cleanup
rm albyhub-Server-Linux-armv6.tar.bz2
rm server-linux-armv6

sudo systemctl start albyhub

Expand Down

0 comments on commit 42afb65

Please sign in to comment.