joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) auto installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).
https://lemper.cloud/
GNU General Public License v3.0
208 stars 56 forks source link

Installer not working on Ubuntu (UserLand for Android) #126

Closed joglomedia closed 2 years ago

joglomedia commented 2 years ago

Describe the Issue / Bug Install.sh exiting without any result

To Reproduce Run ./install.sh on UserLand Ubuntu

Expected Behavior Working like Ubuntu on other platform

joglomedia commented 2 years ago

Trouble shooting

set -eux

to see verbose output

joglomedia commented 2 years ago

Bug here this line

https://github.com/joglomedia/LEMPer/blob/6edf44cd54cf3c746913a82b0a1b5450854da597/scripts/helper.sh#L452

Fix

    # Create a temporary directory for the LEMPer installation.
    BUILD_DIR=${BUILD_DIR:-"/tmp/lemper_build"}
    if [ ! -d "${BUILD_DIR}" ]; then
        run mkdir -p "${BUILD_DIR}"
    fi
HyCore commented 2 years ago

awww men thanks xD got that issue for a while, had to manual add this fix for it to work :D

joglomedia commented 2 years ago

awww men thanks xD got that issue for a while, had to manual add this fix for it to work :D

Hi @HyCore sorry for late reply, a new fix will be released soon

Thanks for using LEMPer Stack ^^