mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-16 13:21:39 +01:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/sh
|
|
|
|
sed -Ee 's/^#?CLOUD=.*/CLOUD=azure/' \
|
|
/lib/tiny-cloud/tiny-cloud.conf > /etc/tiny-cloud.conf
|