Fix typo
This commit is contained in:
parent
8cea8ce958
commit
f491187a42
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|||
. "../fish/profile.sh";
|
||||
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
|
||||
themeDir="/usr/local/share/oh-my-posh/themes";
|
||||
install -d644 "$themeDir";
|
||||
install -dm644 "$themeDir";
|
||||
cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee "$themeDir/manuel.omp.json" > /dev/null;
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue