fixed obsisidna not deleting executable issue

master
Kerem Yollu 2 years ago
parent 0a2d23f59a
commit 542cee4859

@ -26,7 +26,9 @@ install_obsidian()
mkdir -p $obsidianInstallDir
fi
cp $obsidianExecutable $obsidianInstallDir/obsidian.AppImage
rm $OBSIDIAN_SCRIPT_DIR/$obsidianExecutable
cd $obsidianInstallDir
graphics_comment "Markdown repertoire : $obsidianRep"

Loading…
Cancel
Save