mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #16452 from overleaf/jpa-aspell-upgrade-take-2
[spelling] loosely match aspell version 0.60.8.1 to allow patch upgrades GitOrigin-RevId: 8c54534f538f0b34144d9124210d28a73558a0eb
This commit is contained in:
parent
c62996a933
commit
262cb78fe2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/tr
|
|||
apt-get update
|
||||
|
||||
# aspell is leaking memory in bookworm, we'll obtain it from trixie
|
||||
apt-get install -y -t trixie aspell=0.60.8.1-1
|
||||
apt satisfy -y -t trixie 'aspell (>=0.60.8.1)'
|
||||
|
||||
apt-get install -y \
|
||||
aspell-af \
|
||||
|
|
Loading…
Reference in a new issue