Skip to content

Commit 6ca21d0

Browse files
committed
update score version
1 parent 070f13a commit 6ca21d0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image: "/assets/score-logo.png"
99
include: ["_pages", "CNAME", ".nojekyll", "score-last-version.txt", "download-stats.json"]
1010
# exclude: ["vendor"]
1111
permalink: /posts/:title/
12-
score_version: 3.0.11
12+
score_version: 3.0.12
1313
plugins:
1414
- jekyll-sitemap
1515
- jekyll-assets

_pages/score-download.md

+7
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ The releases are 64-bit on all desktop operating systems, 32-bit for Raspberry P
4949
* To integrate the AppImage into your system, please follow
5050
https://github.com/AppImage/awesome-appimage/#desktop-integration
5151

52+
* Important note: for Ubuntu Jammy (22.04), libfuse2 must be installed as it is necessary for running AppImages:
53+
54+
```
55+
sudo add-apt-repository universe
56+
sudo apt install libfuse2
57+
```
58+
5259
### Linux (Raspberry Pi, embedded...)
5360

5461
* Read the [documentation](https://ossia.io/score-docs/in-depth/embedded.html) before running score on a Pi.

score-last-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.11
1+
3.0.12

0 commit comments

Comments
 (0)