mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
Fix installation of test dependencies in vagrant provisioning (#7069)
* Fix #7054 installation test dependencies in vagrant provisioning * Fix small typo in output during vagrant provisioning
This commit is contained in:
@@ -38,7 +38,7 @@ apt-get update -qq
|
|||||||
echo Installing Unix build tools - needed for node-gyp to use make...
|
echo Installing Unix build tools - needed for node-gyp to use make...
|
||||||
apt-get install -qq build-essential
|
apt-get install -qq build-essential
|
||||||
|
|
||||||
echo Installing python sofrware properties...
|
echo Installing python software properties...
|
||||||
apt-get install -qq python-software-properties
|
apt-get install -qq python-software-properties
|
||||||
|
|
||||||
echo Installing sprite dependencies...
|
echo Installing sprite dependencies...
|
||||||
@@ -57,7 +57,7 @@ echo Installing curl...
|
|||||||
apt-get install -qq curl
|
apt-get install -qq curl
|
||||||
|
|
||||||
echo Installing test dependencies...
|
echo Installing test dependencies...
|
||||||
/vagrant/vagrant_scripts/install_gcc.sh
|
/vagrant/vagrant_scripts/install_test_dependencies.sh
|
||||||
|
|
||||||
echo Installing ntp...
|
echo Installing ntp...
|
||||||
apt-get install -qq ntp
|
apt-get install -qq ntp
|
||||||
|
|||||||
Reference in New Issue
Block a user