Skip to content

Commit f75dcde

Browse files
authored
Merge pull request #122 from tcet-opensource/112-add-support-of-sig-packages
112 add support of sig packages
2 parents 3e61bf2 + 1faee74 commit f75dcde

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

airootfs/etc/default/grub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GRUB_DISABLE_RECOVERY=true
4343
#GRUB_COLOR_HIGHLIGHT="light-cyan/black"
4444

4545
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
46-
GRUB_BACKGROUND="/usr/share/backgrounds/xfce/wallpaper4.png"
46+
GRUB_BACKGROUND="/usr/share/backgrounds/xfce/tcet-linux/wallpaper4.png"
4747
#GRUB_THEME=
4848

4949
# Uncomment to get a beep at GRUB start

airootfs/etc/lightdm/lightdm-gtk-greeter.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# transition-duration = overrides default value
4949
#
5050
[greeter]
51-
background=/usr/share/backgrounds/xfce/wallpaper5.png
51+
background=/usr/share/backgrounds/xfce/tcet-linux/wallpaper5.png
5252
#user-background=
5353
theme-name=Qogir-Dark
5454
icon-theme-name=tela-circle-icon

airootfs/etc/pacman.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Include = /etc/pacman.d/mirrorlist
9797

9898
[tcet-linux-repo]
9999
SigLevel = Optional TrustedOnly
100-
Server = https://tcet-opensource.github.io/$repo/$arch
100+
Include = /etc/pacman.d/tcet-linux-mirrorlist

packages.x86_64

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,9 @@ virtualbox-guest-utils
140140

141141
## TCET Linux Desktop Env - XFCE
142142
xfce4
143-
ristretto
144143
thunar-archive-plugin
145144
thunar-media-tags-plugin
146145
xfburn
147-
xfce4-artwork
148146
xfce4-battery-plugin
149147
xfce4-clipman-plugin
150148
xfce4-cpufreq-plugin
@@ -279,8 +277,17 @@ tcet-linux-set-once
279277
# Wallpaper
280278
tcet-linux-wallpaper
281279

280+
# Mirrorlist
281+
tcet-linux-mirrorlist
282+
283+
# keyring
284+
tcet-linux-keyring
285+
282286
#newFont-terminal-stable
283287
ttc-iosevka
284288

289+
# Aur helper
290+
yay
291+
285292
#tcet-linux-keyring
286293
tcet-linux-keyring

0 commit comments

Comments
 (0)