Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Apt-get Install in debian #51

Open
jonathanmmm opened this issue Apr 10, 2019 · 3 comments
Open

Apt-get Install in debian #51

jonathanmmm opened this issue Apr 10, 2019 · 3 comments

Comments

@jonathanmmm
Copy link

jonathanmmm commented Apr 10, 2019

Hi,

I installed the package on Ubuntu 18.04 LTS
(I believe) withh apt-get Install (or only apt Install, dont know)

But in Debian the package is not found (Stretch), even not when googling it.

Is there a way to Install it that way?
Is there a reason that it is not in the repo of debian?

I am trying to use it with bitwarden_rs
dani-garcia/vaultwarden#452

@zymptomLabs
Copy link

you need to clone the repo and build the package then move it to /opt/bin

There's a build.sh file to help you build it

@zymptomLabs
Copy link

I gave up on trying to use this and instead just used docker by itself.

You can user a flag to make your container stay on and restart after a system reboot.

First, make sure docker is started and enabled to start on boot

systemctl start docker
systemctl enable docker

then add this flag when starting your container or in your docker-compose.yaml file

--restart unless-stopped

https://docs.docker.com/config/containers/start-containers-automatically/

@ta-vroom
Copy link

ta-vroom commented Mar 5, 2020

No need to build it, just download the latest release here.

Note: You'll need to make the file executable (chmod +x) and place the full path in the systemd.service file.

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

No branches or pull requests

3 participants