Skip to content

Commit

Permalink
Merge pull request elitak#222 from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jr551 committed Jan 5, 2025
2 parents dd95a4a + a816f8e commit efb6983
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ On RackNerd's Ubuntu 20.04, there's no `curl` by default, so `wget -O-` needs to
|AlmaLinux | 8 | _failure (`tar` missing)_ | 2023-08-29 |
|Ubuntu | 20.04 | **success** | 2023-08-29 |

<<<<<<< HEAD
### IBM Cloud VPC
Remember that the SSH keys are not automatically generated/uploaded,
so you need to create them as usual with `ssh-keygen` or some other means,
Expand All @@ -384,3 +385,16 @@ apt install curl
|Distribution| Name | Status | test date|
|------------|--------|----------------------------|------------|
|Debian | 12.6 | **success** | 2024-11-12 |
=======
### Webdock
Remember that you can not add SSH keys to the root user trough the web interface,
manually add a public key to `/root/.ssh/authorized_keys`.

Make sure to set `PROVIDER=webdock`

#### Tested on
|Distribution| Name | Status | test date|
|------------|--------|-----------|----------|
|Ubuntu | 20.04 | success |2024-10-26|
|Ubuntu | 22.04 | success |2024-10-26|
>>>>>>> pr-222
2 changes: 1 addition & 1 deletion nixos-infect
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ fi

[ "$PROVIDER" = "digitalocean" ] && doNetConf=y # digitalocean requires detailed network config to be generated
[ "$PROVIDER" = "lightsail" ] && newrootfslabel="nixos"
if [[ "$PROVIDER" = "digitalocean" ]] || [[ "$PROVIDER" = "servarica" ]] || [[ "$PROVIDER" = "hetznercloud" ]]; then
if [[ "$PROVIDER" = "digitalocean" ]] || [[ "$PROVIDER" = "servarica" ]] || [[ "$PROVIDER" = "hetznercloud" ]] || [[ "$PROVIDER" = "webdock" ]]; then
doNetConf=y # some providers require detailed network config to be generated
fi

Expand Down

0 comments on commit efb6983

Please sign in to comment.