Skip to content

Commit

Permalink
huginn#3324 - Corrects ruby archive links and suggested bundle comman…
Browse files Browse the repository at this point in the history
…d flags.
  • Loading branch information
jjeffers committed Jan 12, 2024
1 parent 67e0e7a commit 1309ad9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/manual/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Upgrade when required:

```
mkdir /tmp/ruby && cd /tmp/ruby
curl -L --progress https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.bz2 | tar xj
curl -L --progress https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.xz | tar xJ
cd ruby-3.2.2
./configure --disable-install-rdoc
make -j`nproc`
Expand All @@ -83,7 +83,8 @@ sudo gem update --system --no-document

```
cd /home/huginn/huginn
bundle config set --local deployment 'true'
bundle config set --local without 'development test'
sudo -u huginn -H bundle install --deployment --without development test
# Run database migrations
Expand Down

0 comments on commit 1309ad9

Please sign in to comment.