diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 23:11:14 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 23:11:14 -0600 |
| commit | 685f2f5b80222d6b7079c59bfd5b1c5df0e0337e (patch) | |
| tree | c6d09ae34fa7535006921721669bf86a945fe425 /config | |
| parent | c907207701c5789ee8bc9eb92494806a9d5d15d3 (diff) | |
Install ncurses and latest bundler
Diffstat (limited to 'config')
| -rw-r--r-- | config/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/install.sh b/config/install.sh index 554188c..be133ac 100644 --- a/config/install.sh +++ b/config/install.sh @@ -22,5 +22,5 @@ wget https://rubygems.org/rubygems/rubygems-3.1.2.tgz tar -xf rubygems-3.1.2.tgz cd rubygems-3.1.2 ruby setup.rb -gem install spandx +gem install bundler spandx echo "Done" |
