Updated the dependency installer script.
This commit is contained in:
parent
ed82d449c6
commit
795eef018d
@ -13,12 +13,12 @@ is_function() {
|
||||
configure_arch() {
|
||||
packageList=(
|
||||
cabextract
|
||||
curl
|
||||
dialog
|
||||
dos2unix
|
||||
gawk
|
||||
unzip
|
||||
w3m
|
||||
wget
|
||||
wine
|
||||
winetricks
|
||||
wine_gecko
|
||||
@ -34,6 +34,8 @@ configure_arch() {
|
||||
alsa-lib
|
||||
mesa
|
||||
openal
|
||||
sox
|
||||
sqlite3
|
||||
translate-shell
|
||||
xz
|
||||
gst-plugins-bad
|
||||
@ -72,6 +74,7 @@ configure_arch() {
|
||||
|
||||
configure_debian() {
|
||||
packageList=(
|
||||
curl
|
||||
dialog
|
||||
gawk
|
||||
gstreamer1.0-plugins-bad:i386
|
||||
|
Loading…
Reference in New Issue
Block a user