Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Nov 16, 2024
1 parent 16d37f4 commit e818143
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ do
"Install WeKan dependencies")
if [[ "$OSTYPE" == "linux-gnu" ]]; then
echo "Linux";
sudo apt -y install build-essential ruby-full ruby-dev libyaml-dev sqlitebrowser
sudo apt -y install build-essential ruby-full ruby-dev libyaml-dev sqlitebrowser nano
sudo gem install bundler -v 2.4.22
sudo gem install rails
sudo gem update
sudo bundle update
sudo bundle install
elif [[ "$OSTYPE" == "darwin"* ]]; then
echo "macOS";
brew install [email protected] sqlite sqlite-utils db-browser-for-sqlite libyaml
gem install bundler -v 2.4.22
brew install [email protected] sqlite sqlite-utils db-browser-for-sqlite libyaml nano
gem uninstall bundler
gem install bundler
gem install rails
gem update
bundle update
Expand Down

0 comments on commit e818143

Please sign in to comment.