2021-04-21 17:58:36 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-02-29 18:15:30 +01:00
|
|
|
brew install swiftgen@6.6.2
|
|
|
|
brew install sourcery@2.1.3
|
2022-05-11 13:39:58 +02:00
|
|
|
|
2022-04-29 09:06:28 +02:00
|
|
|
# Install Ruby Bundler
|
2024-10-08 10:07:03 +02:00
|
|
|
gem install bundler:2.5.21
|
2022-04-29 09:06:28 +02:00
|
|
|
|
|
|
|
# Install Ruby Gems
|
|
|
|
bundle install
|
2021-04-27 10:29:10 +02:00
|
|
|
|
2022-10-08 08:01:21 +02:00
|
|
|
# Setup notification endpoint
|
|
|
|
bundle exec arkana
|