mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
5 lines
112 B
Bash
5 lines
112 B
Bash
#!/bin/sh
|
|
|
|
sed -Ee 's/^#?CLOUD=.*/CLOUD=hetzner/' \
|
|
/usr/lib/tiny-cloud/tiny-cloud.conf > /etc/tiny-cloud.conf
|