diff --git a/03_push.sh b/03_push.sh index ebfdf06f..345883eb 100755 --- a/03_push.sh +++ b/03_push.sh @@ -2,6 +2,4 @@ git add . && git commit -m "Update" && git push -notify-send -a "$(basename $(pwd)): Push" -t 999999999 "Update finished" "$(date '+%Y.%m.%d %H:%M:%S')" - echo "Ready" diff --git a/liveuser/.config/kscreenlockerrc b/liveuser/.config/kscreenlockerrc index 83460696..bc22e380 100644 --- a/liveuser/.config/kscreenlockerrc +++ b/liveuser/.config/kscreenlockerrc @@ -1,6 +1,9 @@ [$Version] update_info=kscreenlocker.upd:0.1-autolock +[Daemon] +Autolock=false + [Greeter][Wallpaper][org.kde.image][General] Image=/usr/share/wallpapers/Melawy Nier A2/ PreviewImage=/usr/share/wallpapers/Melawy Nier A2/ diff --git a/liveuser/.local/userbin/key-sign.sh b/liveuser/.local/userbin/key-sign.sh index 7d2ea4e7..e8fb7886 100755 --- a/liveuser/.local/userbin/key-sign.sh +++ b/liveuser/.local/userbin/key-sign.sh @@ -30,4 +30,7 @@ pacman-key --lsign-key key@fadeeva.me pacman-key --updatedb -pacman -Syy +/usr/local/bin/connection-checker +if [ $? -eq 0 ]; then + pacman -Syy +fi