Fix the need for specific version reference

This commit is contained in:
David Heinemeier Hansson 2024-06-02 17:40:39 -07:00
parent 675ba569c5
commit 7f66e5675a

View File

@ -5,8 +5,7 @@ if ! command -v typora &>/dev/null; then
mkdir -p ~/.local/share/fonts
cp ia_typora/fonts/iAWriterMonoS-* ~/.local/share/fonts/
fc-cache
# FIXME: Make this version independent
mkdir -p ~/snap/typora/88/.config/Typora/themes/
cp ia_typora/ia_typora*.css ~/snap/typora/88/.config/Typora/themes/
mkdir -p ~/snap/typora/current/.config/Typora/themes/
cp ia_typora/ia_typora*.css ~/snap/typora/current/.config/Typora/themes/
cd -
fi