parent
44bdb20de6
commit
d5591e3be7
1 changed files with 2 additions and 2 deletions
|
|
@ -15,9 +15,9 @@ arch='x86_64'
|
|||
|
||||
# Settings according to the distribution
|
||||
if [[ $distrib == "redhat" ]]; then
|
||||
pkg_req='libatomic, glibc, alsa-lib, GConf2, libnotify, nspr >= 4.13, nss >= 3.27, libstdc++ >= 6, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libcxx%{?_isa}'
|
||||
pkg_req='libatomic, glibc, alsa-lib, GConf2, libnotify, nspr >= 4.13, nss >= 3.27, libstdc++, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libcxx%{?_isa}, libXScrnSaver'
|
||||
elif [[ $distrib == "suse" ]]; then
|
||||
pkg_req='libatomic1, glibc, alsa, gconf2, libnotify, mozilla-nspr >= 4.13, mozilla-nss >= 3.27, libstdc++6, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libc++1'
|
||||
pkg_req='libatomic1, glibc, alsa, gconf2, libnotify, mozilla-nspr >= 4.13, mozilla-nss >= 3.27, libstdc++6, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libc++1, libXScrnSaver'
|
||||
else
|
||||
disp "${red}Sorry, your distribution isn't supported (yet).$reset"
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue