Skip to content

Commit d701703

Browse files
committed
Merge branch 'dev' into dev-stable
2 parents b46beb6 + 45052bd commit d701703

3 files changed

Lines changed: 6 additions & 16 deletions

File tree

channels/lxde/airootfs.i686/etc/lightdm/lightdm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ session-wrapper=/etc/lightdm/Xsession
120120
autologin-user=%USERNAME%
121121
autologin-user-timeout=0
122122
#autologin-in-background=false
123-
autologin-session=lxde
123+
autologin-session=LXDE
124124
#exit-on-failure=false
125125

126126
#

channels/lxde/airootfs.x86_64/etc/lightdm/lightdm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ session-wrapper=/etc/lightdm/Xsession
120120
autologin-user=%USERNAME%
121121
autologin-user-timeout=0
122122
#autologin-in-background=false
123-
autologin-session=lxde
123+
autologin-session=LXDE
124124
#exit-on-failure=false
125125

126126
#

keyring.sh

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,6 @@ checkpkg() {
148148
}
149149

150150

151-
_pacman_install() {
152-
for i in ${@}; do
153-
if [[ $(checkpkg "${i}") = false ]]; then
154-
pacman -S --noconfirm "${i}"
155-
fi
156-
done
157-
}
158-
159-
160151
run() {
161152
msg_info "Running ${@}"
162153
${@}
@@ -185,10 +176,10 @@ prepare() {
185176

186177

187178
update_arch_key() {
179+
pacman-key --refresh-keys
188180
pacman-key --init
189181
pacman-key --populate archlinux
190-
_pacman_install core/archlinux-keyring
191-
pacman-key --refresh-keys
182+
pacman -S --noconfirm core/archlinux-keyring
192183
pacman -Sy
193184
}
194185

@@ -217,9 +208,8 @@ remove_alter_key() {
217208
}
218209

219210
update_arch32_key() {
220-
pacman -Syy --config "${alter_pacman_conf_i686}"
221-
pacman -Sw --noconfirm --config "${alter_pacman_conf_i686}" archlinux32-keyring
222-
pacman -U --noconfirm $(ls /var/cache/pacman/pkg/* | grep archlinux32-keyring | tail -n 1)
211+
pacman -Sy --config "${alter_pacman_conf_i686}"
212+
pacman --noconfirm -S --config "${alter_pacman_conf_i686}" alter-stable/archlinux32-keyring
223213
pacman-key --init
224214
pacman-key --populate archlinux32
225215
#pacman-key --refresh-keys

0 commit comments

Comments
 (0)