vagrant: Add alias for run --develop

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2020-01-29 06:05:07 +05:30 committed by Sunil Mohan Adapa
parent 9769f48b89
commit 1068c32759
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

1
Vagrantfile vendored
View File

@ -48,6 +48,7 @@ Vagrant.configure(2) do |config|
apt-mark unhold freedombox
# Install ncurses-term
DEBIAN_FRONTEND=noninteractive apt-get install -y ncurses-term
echo 'alias run-develop="sudo -u plinth /vagrant/run --develop"' >> /home/vagrant/.bashrc
SHELL
config.vm.provision "tests", run: "never", type: "shell", path: "functional_tests/install.sh"
config.vm.post_up_message = "FreedomBox virtual machine is ready