mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1844 - cleanup not needed items, based on code review suggestions
This commit is contained in:
parent
a5556030de
commit
e0291fd969
@ -4,7 +4,7 @@ apt-get update
|
||||
apt-get -y upgrade
|
||||
|
||||
# get ourselves some basic toys
|
||||
apt-get -y install git-core build-essential openssl libssl-dev subversion
|
||||
apt-get -y install git-core build-essential openssl libssl-dev
|
||||
|
||||
# install some tools for the vagrant user only by executing
|
||||
# a script AS the vagrant user
|
||||
@ -14,6 +14,3 @@ chgrp vagrant /home/vagrant/install-tools.sh
|
||||
chmod ug+x /home/vagrant/install-tools.sh
|
||||
su -c "/home/vagrant/install-tools.sh" vagrant
|
||||
|
||||
# set up udev rules for known android device manufacturers
|
||||
cat /vagrant/51-android.rules > /etc/udev/rules.d/51-android.rules
|
||||
chmod a+r /etc/udev/rules.d/51-android.rules
|
||||
|
Loading…
x
Reference in New Issue
Block a user