Fix permissions of local themes directory

This commit is contained in:
Manuel Thalmann 2024-03-20 22:48:58 +01:00
parent 17acbef42a
commit 38a109e6dc

View file

@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../fish/profile.sh";
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
themeDir="/usr/local/share/oh-my-posh/themes";
sudo install -dm644 "$themeDir";
sudo install -dm755 "$themeDir";
cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee "$themeDir/manuel.omp.json" > /dev/null;
{