5 lines
219 B
Bash
Executable file
5 lines
219 B
Bash
Executable file
#!/bin/bash
|
|
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
|
|
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;
|