You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
Hi,
The deploy script fails silently on a minimal Ubuntu Server 22.04.4 that I have running in a VM on ProxMox:
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.
The text was updated successfully, but these errors were encountered: