diff options
-rw-r--r-- | install_manaplus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_manaplus.sh b/install_manaplus.sh index d8b57c2..8345ff3 100644 --- a/install_manaplus.sh +++ b/install_manaplus.sh @@ -2,6 +2,6 @@ sudo apt-get install -y git g++ gcc xsel make autoconf automake autopoint gettex git clone https://gitlab.com/themanaworld/manaplus/manaplus.git manaplus cd manaplus autoreconf -i -./configure -q +./configure -q --enable-commandlinepassword make -s sudo make install |