Fix broken script
This commit is contained in:
parent
5ec3499626
commit
8c7d1cd613
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue