This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
61419e305c
AppFlowy
/
frontend
/
scripts
/
linux_installer
/
postrm
5 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chore: merge wih main
2024-07-10 13:31:10 +00:00
#!/usr/bin/env bash
ci: refactor linux workflow & build an alternative linux package for older distributions.
2022-12-07 06:05:38 +00:00
if [ -e /usr/local/bin/appflowy ]; then
rm /usr/local/bin/appflowy
chore: merge wih main
2024-07-10 13:31:10 +00:00
fi
Reference in New Issue
Copy Permalink