Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
| #!/bin/bash | |
| set -e | |
| apt update | |
| apt install lvm2 gparted | |
| # Convert MBR to GPT | |
| sgdisk -g /dev/xvda | |
| partprobe |
| #Insert this at the end of /etc.defaults/ddns_provider.conf | |
| [Namecheap] | |
| modulepath=/usr/syno/bin/ddns/namecheap.php | |
| queryurl=https://dynamicdns.park-your-domain.com/update |