5 lines
142 B
Bash
5 lines
142 B
Bash
#!/usr/bin/env -S bash
|
|
|
|
ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
|
|
ln -sf /usr/share/zoneinfo/Asia/Taipei /etc/localtime
|