diff options
author | ramon <ramongomez@us.es> | 2017-03-02 13:14:04 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-03-02 13:14:04 +0000 |
commit | 8db55ed4f9e089a4deb7fb1f1cba807126d435a8 (patch) | |
tree | 340df28c220217a33568cfd7b76631b84bf8d511 /installer/vagrant | |
parent | 103bc8272567329aa76d4d0a13ffa521e30a6bdf (diff) |
#718: OGAgent para macOS: aƱadir dependencia a la MV Vagrant; crear fichero {{{pkg}}} sin espacios y evitar error al instalar OGAgent si no existe {{{/usr/local}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5218 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/vagrant')
-rw-r--r-- | installer/vagrant/Vagrantfile-ogagent-vbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/vagrant/Vagrantfile-ogagent-vbox b/installer/vagrant/Vagrantfile-ogagent-vbox index e30ff154..d2a49aed 100644 --- a/installer/vagrant/Vagrantfile-ogagent-vbox +++ b/installer/vagrant/Vagrantfile-ogagent-vbox @@ -21,7 +21,7 @@ localectl set-x11-keymap ${LANG%_*} # Update repositories. dnf install -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm # Install main dependencies. -dnf install -y debhelper dpkg-dev pyqt4-devel rpm-build subversion samba-winbind wine.i686 mingw32-wine-gecko wine-mono cabextract xar +dnf install -y gcc-c++ debhelper dpkg-dev pyqt4-devel rpm-build subversion samba-winbind wine.i686 mingw32-wine-gecko wine-mono cabextract xar # Install desktop (XFCE) and GUI utils. dnf install -y @xfce-desktop-environment firefox VirtualBox-guest kmod-VirtualBox akmod-VirtualBox akmods systemctl set-default graphical.target |