Fix the need for specific version reference
This commit is contained in:
parent
675ba569c5
commit
7f66e5675a
@ -5,8 +5,7 @@ if ! command -v typora &>/dev/null; then
|
|||||||
mkdir -p ~/.local/share/fonts
|
mkdir -p ~/.local/share/fonts
|
||||||
cp ia_typora/fonts/iAWriterMonoS-* ~/.local/share/fonts/
|
cp ia_typora/fonts/iAWriterMonoS-* ~/.local/share/fonts/
|
||||||
fc-cache
|
fc-cache
|
||||||
# FIXME: Make this version independent
|
mkdir -p ~/snap/typora/current/.config/Typora/themes/
|
||||||
mkdir -p ~/snap/typora/88/.config/Typora/themes/
|
cp ia_typora/ia_typora*.css ~/snap/typora/current/.config/Typora/themes/
|
||||||
cp ia_typora/ia_typora*.css ~/snap/typora/88/.config/Typora/themes/
|
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user