mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
4 lines
110 B
Bash
4 lines
110 B
Bash
#!/bin/sh
|
|
|
|
sed -Ee 's/^#?CLOUD=.*/CLOUD=azure/' \
|
|
/usr/lib/tiny-cloud/tiny-cloud.conf > /etc/tiny-cloud.conf
|