diff --git a/daemon.sh b/daemon.sh index b934712..c9f63f2 100644 --- a/daemon.sh +++ b/daemon.sh @@ -70,7 +70,7 @@ cd $STORAGE_ROOT/yiimp/yiimp_setup/tmp hide_output sudo wget 'https://github.com/codablock/bls-signatures/archive/v20181101.zip' hide_output sudo unzip v20181101.zip cd bls-signatures-20181101 -hide_output cmake . +hide_output sudo cmake . hide_output sudo make install cd $STORAGE_ROOT/yiimp/yiimp_setup/tmp sudo rm -r v20181101.zip bls-signatures-20181101 diff --git a/menu.sh b/menu.sh index ff45328..73b58a9 100644 --- a/menu.sh +++ b/menu.sh @@ -5,7 +5,7 @@ source /etc/functions.sh -RESULT=$(dialog --stdout --default-item 1 --title "Ultimate Crypto-Server Setup Installer v1.48" --menu "Choose one" -1 60 6 \ +RESULT=$(dialog --stdout --default-item 1 --title "Ultimate Crypto-Server Setup Installer v1.49" --menu "Choose one" -1 60 6 \ ' ' "- For small private pools -" \ 1 "YiiMP - Single Server" \ ' ' "- If you plan on adding more servers later -" \