1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 09:43:12 +02:00
This commit is contained in:
Bram Matthys
2018-05-18 18:57:43 +02:00
parent 2be4668d9b
commit 8a73b96aee
+1 -1
View File
@@ -17,7 +17,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
gem install rake || true
gem install rspec || true
else
sudo apt-get install git python -y
sudo apt-get install git python rake -y
sudo gem install bundler
fi