mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-09 17:44:23 +02:00
4 lines
113 B
Bash
4 lines
113 B
Bash
#!/bin/sh
|
|
|
|
sed -Ee 's/^#?CLOUD=.*/CLOUD=scaleway/' \
|
|
/usr/lib/tiny-cloud/tiny-cloud.conf > /etc/tiny-cloud.conf
|