Skip to content

Commit

Permalink
Update actualbudget-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Jan 22, 2025
1 parent 77c15f5 commit eefbbdf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install/actualbudget-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ msg_ok "Installed Node.js"

msg_info "Installing Actual Budget"
RELEASE=$(curl -s https://api.github.com/repos/actualbudget/actual/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/v${RELEASE}
cd /opt
$STD git clone https://github.com/actualbudget/actual-server.git /opt/actualbudget
#$STD curl -L -o actual-server.tar.gz https://github.com/actualbudget/actual-server/archive/refs/tags/v${RELEASE}.tar.gz
$STD tar -xzvf v${RELEASE}.tar.gz
mv *ctual-server-* /opt/actualbudget
#$STD tar -xzvf v${RELEASE}.tar.gz
#mv *ctual-server-* /opt/actualbudget
mkdir -p /opt/actualbudget/server-files
mkdir -p /opt/actualbudget-data
chown -R root:root /opt/actualbudget/server-files
Expand Down

0 comments on commit eefbbdf

Please sign in to comment.