Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy script fails silently on Ubuntu Server 22.04 minimal install #82

Open
ddd999 opened this issue Aug 2, 2024 · 3 comments
Open

Comments

@ddd999
Copy link

ddd999 commented Aug 2, 2024

Hi,

The deploy script fails silently on a minimal Ubuntu Server 22.04.4 that I have running in a VM on ProxMox:

admin@harbour:~/LMDS$ ./deploy.sh 
Checking for project update
Project is up to date
admin@harbour:~/LMDS$ 


That's all the output I see, and it never launches the menu shown in the YouTube video. I have installed dialog, libncurses5-dev, and libncursesw5-dev but it didn't make any difference. Is there some other dependency that's missing? I have installed Docker and Docker Compose from the Docker repo.

@ddd999 ddd999 changed the title Deploy script doesn't work on Ubuntu Server 22.04 minimal install Deploy script fails silently on Ubuntu Server 22.04 minimal install Aug 2, 2024
@ddd999
Copy link
Author

ddd999 commented Aug 2, 2024

It did work after I ran the unminimize command, but it would still be good to know the actual dependencies to keep the OS as slim as possible.

@moley001
Copy link

moley001 commented Aug 4, 2024

I had the same issue on Ubuntu Server 24.04, a quick review of the deployment script and I realised "whiptail" wasn't installed on the minimal server install. Sadly that was the start of the missing dependencies. rsync & distutils were a few more but after that I couldn't figure out the remaining missing dependencies.

@TiTi65
Copy link

TiTi65 commented Aug 31, 2024

I had the same issue on Ubuntu Server 24.04, a quick review of the deployment script and I realised "whiptail" wasn't installed on the minimal server install. Sadly that was the start of the missing dependencies. rsync & distutils were a few more but after that I couldn't figure out the remaining missing dependencies.

thanks !
it work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants