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

Can't install on Ubuntu 23.04 #6340

Closed
tacman opened this issue Nov 9, 2023 · 1 comment
Closed

Can't install on Ubuntu 23.04 #6340

tacman opened this issue Nov 9, 2023 · 1 comment

Comments

@tacman
Copy link

tacman commented Nov 9, 2023

Description of problem

I can't install the dokku client on Ubuntu 23.04

Steps to reproduce

# for debian systems, installs Dokku via apt-get
wget -NP . https://dokku.com/install/v0.32.2/bootstrap.sh
sudo DOKKU_TAG=v0.32.2 bash bootstrap.sh

This fails, is there a way to override the version? I just need the client, to make some remote calls.

dokku report $APP_NAME

can't installl

Output

--> Note: Installing dokku for the first time will result in removal of
files in the nginx 'sites-enabled' directory. Please manually
restore any files that may be removed after the installation and
web setup is complete.

Installation will continue in 10 seconds.

Unsupported Linux distribution. Only the following versions are supported: Debian [10, 11, 12], Ubuntu [18.04, 20.04, 22.04]

@tacman tacman changed the title Can't install on Ubuntu 22 Can't install on Ubuntu 23.04 Nov 9, 2023
@tacman
Copy link
Author

tacman commented Nov 9, 2023

I see that the client is a bash script that call be installed

git clone git@github.com:dokku/dokku.git ~/.dokku

# optional: make sure that the dokku_client.sh version matches your Dokku version
cd ~/.dokku
git checkout <tag/branch>

# add the following to either your
# .bashrc, .bash_profile, or .profile file
alias dokku='$HOME/.dokku/contrib/dokku_client.sh'

@tacman tacman closed this as completed Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant