#718: Completar cambios en r5471.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5472 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
31f63473f0
commit
4b82beb20e
|
@ -82,8 +82,8 @@ class Target:
|
|||
self.name = 'OGAgentService'
|
||||
self.description = 'OpenGnsys Agent Service'
|
||||
self.author = 'Adolfo Gomez'
|
||||
self.url = 'http://www.opengnsys.es'
|
||||
self.company_name = "VirtualCable S.L.U."
|
||||
self.url = 'https://opengnsys.es/'
|
||||
self.company_name = "OpenGnsys Project"
|
||||
self.copyright = "(c) 2014 VirtualCable S.L.U."
|
||||
self.name = "OpenGnsys Agent"
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ localectl set-x11-keymap ${LANG%_*}
|
|||
dnf install -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
||||
# Install main dependencies.
|
||||
dnf install -y gcc-c++ debhelper dpkg-dev pyqt4-devel rpm-build subversion samba-winbind wine.i686 mingw32-wine-gecko wine-mono cabextract xar
|
||||
setsebool -P wine_mmap_zero_ignore=on mmap_low_allowed=on
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue