Compare commits

..

No commits in common. "5c711293b94f7d2dd526d675c286fddaf8ee2afe" and "f5978717d4d6767ab181578289de755647ab9d62" have entirely different histories.

2 changed files with 2 additions and 15 deletions

View File

@ -35,13 +35,6 @@ msg_ok "Installed Node.js"
msg_info "Installing Actual Budget"
$STD git clone https://github.com/actualbudget/actual-server.git /opt/actualbudget
mkdir -p /opt/actualbudget/server-files
chown -R root:root /opt/actualbudget/server-files
chmod 755 /opt/actualbudget/server-files
cat <<EOF > /opt/actualbudget/.env
ACTUAL_UPLOAD_DIR=/opt/actualbudget/server-files
PORT=5006
EOF
cd /opt/actualbudget
$STD yarn install
msg_ok "Installed Actual Budget"
@ -53,14 +46,9 @@ Description=Actual Budget Service
After=network.target
[Service]
Type=simple
User=root
Group=root
Type=exec
WorkingDirectory=/opt/actualbudget
EnvironmentFile=/opt/actualbudget/.env
ExecStart=/usr/bin/yarn start
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target

View File

@ -40,8 +40,7 @@ $STD apt-get install -y --no-install-recommends \
mc
msg_ok "Installed Dependencies"
msg_info "Installing Python3 Dependencies (Patience)"
$STD python3 -m nltk.downloader all
msg_info "Installing Python3 Dependencies"
$STD apt-get install -y --no-install-recommends \
python3 \
python3-pip \