1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 17:56:37 +02:00
This commit is contained in:
Bram Matthys
2019-03-09 15:31:48 +01:00
parent 2c114d458e
commit f47dc78418
+3 -2
View File
@@ -31,9 +31,10 @@ else
# (apparently there are mixed python psych .so versions)
rvm uninstall 2.5.3
rvm uninstall 2.4.5
rvm use system
#rvm use system
rvm reset
rvm list
apt-get install ruby-dev -y
sudo apt-get install ruby-dev -y
set -e
gem --version
gem install bundler -v "~>1.0"