combine appimage things and install obsidian
This commit is contained in:
parent
f91bbc857d
commit
2494d5ce01
7 changed files with 16 additions and 4 deletions
6
bin/appimage/obsidian.sh
Executable file
6
bin/appimage/obsidian.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
wget -q -O - https://api.github.com/repos/obsidianmd/obsidian-releases/releases/latest \
|
||||
| grep -i "browser_download_url.*appimage" \
|
||||
| cut -d '"' -f 4 \
|
||||
| wget -O obsidian.appimage -i -
|
||||
|
||||
chmod +x obsidian.appimage
|
||||
Loading…
Add table
Add a link
Reference in a new issue