Skip to content

Commit

Permalink
Fix issue of Ruby and Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
catusf committed Dec 26, 2022
1 parent c1423c0 commit a2a3ff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/install_linux_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
sudo apt-get update &&
sudo apt-get install dictzip systemd &&
sudo apt install ruby-full &&
sudo gem install bundler &&
ruby -v &&
#sudo gem install bundler &&
sudo gem install bundler -v 2.3.26 &&
#sudo gem install io-console -v 0.5.9 &&

sudo mv /etc/localtime /etc/localtime-backup &&
Expand Down

0 comments on commit a2a3ff6

Please sign in to comment.