From 6afb83158dfe48f97c3dcc67dde824b81421dfc4 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 2 Jul 2024 01:35:24 +0200 Subject: [PATCH 1/2] updated --- .github/workflows/update-os.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index 8acb810..fec198d 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -85,7 +85,8 @@ jobs: sudo chown -R inky:inky /home/inky/Inkycal # make all users require a password for sudo commands (improves security) - echo 'ALL ALL=(ALL:ALL) PASSWD: ALL' | sudo tee -a /etc/sudoers.d/010_require_sudo_password + # temporarily disabled to allow pisugar support + # echo 'ALL ALL=(ALL:ALL) PASSWD: ALL' | sudo tee -a /etc/sudoers.d/010_require_sudo_password # allow some time to unmount sleep 10 From 02ff5329679c3c4b2eb385a4307145c9331ef2ea Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 2 Jul 2024 01:54:27 +0200 Subject: [PATCH 2/2] Update --- .github/workflows/update-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index fec198d..cb9066f 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -25,7 +25,7 @@ jobs: with: # Set the base_image to the desired Raspberry Pi OS version base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2024-03-15/2024-03-15-raspios-bookworm-armhf-lite.img.xz - image_additional_mb: 3072 # enlarge free space to 3 GB + image_additional_mb: 3584 # enlarge free space to 3.5 GB optimize_image: true commands: | cd /home