diff --git a/scripts/Common/Config/Oh My Posh/install.sh b/scripts/Common/Config/Oh My Posh/install.sh index 8de5ad04..65e21cb1 100755 --- a/scripts/Common/Config/Oh My Posh/install.sh +++ b/scripts/Common/Config/Oh My Posh/install.sh @@ -1,5 +1,3 @@ #!/bin/bash NEXTCLOUD_DIR="${NEXTCLOUD_DIR}"; - -mkdir -p ~/.omp; -sudo cp ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json /usr/share/oh-my-posh/themes/; +cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee /usr/share/oh-my-posh/themes/manuel.omp.json > /dev/null;