Fix broken script

This commit is contained in:
Manuel Thalmann 2023-05-27 23:46:44 +02:00
parent 93438bb687
commit 4f9fc9f543

View file

@ -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;