summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-26 00:12:23 +0000
committerJesusaves <cpntb1@ymail.com>2021-03-26 00:12:23 +0000
commit076548c9914341efa5a515c42e95dbfa5c5e4bcb (patch)
tree727abe7b9c0a235102bb6faaf7dad9d5358576fe
parentc841f22ed62e79d9498c358eb9a2b014b93a4ead (diff)
downloadall-076548c9914341efa5a515c42e95dbfa5c5e4bcb.tar.gz
all-076548c9914341efa5a515c42e95dbfa5c5e4bcb.tar.bz2
all-076548c9914341efa5a515c42e95dbfa5c5e4bcb.tar.xz
all-076548c9914341efa5a515c42e95dbfa5c5e4bcb.zip
Update install_manaplus.sh to re-enable commandline password by defaut
-rw-r--r--install_manaplus.sh2
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