2023-04-02 02:00:32 +00:00
|
|
|
#!/bin/bash
|
|
|
|
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
|
2024-03-20 14:18:39 +00:00
|
|
|
themeDir="/usr/local/share/oh-my-posh/themes";
|
|
|
|
install -d644 "$themeDir";
|
|
|
|
cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee "$themeDir/manuel.omp.json" > /dev/null;
|