Skip to content

Commit aa8ad2d

Browse files
Galileo-T2 release
2 parents 4ab6b55 + 87dc396 commit aa8ad2d

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,14 @@ https://github.com/endeavouros-team/EndeavourOS-ISO/tags
8888

8989
If not, it will default to using the latest "unstable" development state.
9090

91-
example using latest **stable** release (23.10.1 Galileo KDE Release)
91+
example using latest **stable** release (23.11.1.2 Galileo KDE Release)
92+
93+
**Warning:** do **not** use the zip tarball, in case this causes issues with symlinks.
9294

9395
```
94-
wget https://github.com/endeavouros-team/EndeavourOS-ISO/archive/refs/tags/23.10.1.tar.gz
95-
tar -xvf 23.10.1.tar.gz
96-
cd "EndeavourOS-ISO-23.10.1"
96+
wget https://github.com/endeavouros-team/EndeavourOS-ISO/archive/refs/tags/23.11.1.2.tar.gz
97+
tar -xvf 23.11.1.2.tar.gz
98+
cd "EndeavourOS-ISO-23.11.1.2"
9799
./prepare.sh
98100
```
99101
### Or use latest **unstable** development branch using by cloning this repo using git:
@@ -112,7 +114,7 @@ tar -xvf 22.12.2.tar.gz
112114
cd "EndeavourOS-ISO-22.12.2"
113115
./prepare.sh
114116
```
115-
But caused by the change to KDE these iso will use XFCE4 LiveSession and you will need to build calamares manually:
117+
But caused by the change to KDE these iso will use XFCE4 LiveSession and you will need to build calamares manually to get old style theming that is setup for the XFCE4 LiveSession:
116118

117119
using this PKGBUILD:
118120
https://raw.githubusercontent.com/endeavouros-team/PKGBUILDS/18e3f580abb68486091492168956619bb0f32abe/calamares/PKGBUILD

airootfs/root/endeavouros-skel-liveuser/src/etc/skel/.config/kickoffrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages.x86_64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,11 @@ firefox
248248
meld
249249

250250
## Fonts
251-
adobe-source-han-sans-cn-fonts
252-
adobe-source-han-sans-jp-fonts
253-
adobe-source-han-sans-kr-fonts
254251
cantarell-fonts
255252
noto-fonts
253+
noto-fonts-emoji
254+
noto-fonts-cjk
255+
noto-fonts-extra
256256
ttf-bitstream-vera
257257
ttf-dejavu
258258
ttf-liberation

0 commit comments

Comments
 (0)