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