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
{{ message }}
This repository was archived by the owner on Jan 25, 2019. It is now read-only.
git clone https://github.com/docker-scripts/ds /opt/docker-scripts/ds
cd /opt/docker-scripts/ds/
make install
ds -h
ds pull wsproxy
ds init wsproxy @wsproxy
cd /var/ds/wsproxy/
pwd
vim settings.sh
ds build
but it fails with the following error:
Reading package lists...
Building dependency tree...
Reading state information...
Package systemd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'systemd' has no installation candidate
The command '/bin/sh -c apt update && apt upgrade --yes && apt install --yes systemd && systemctl set-default multi-user.target' returned a non-zero code: 100