diff --git a/.github/workflows/build-doc-and-os.yml b/.github/workflows/build-doc-and-os.yml index 127f952..2d1ba77 100644 --- a/.github/workflows/build-doc-and-os.yml +++ b/.github/workflows/build-doc-and-os.yml @@ -108,9 +108,6 @@ jobs: # fix permissions of Inkycal folder recursively sudo chown -R inky:inky /home/inky/Inkycal - # set hostname to inkycal-lite - sudo sh -c 'echo "inkycal-lite" > /etc/hostname; hostnamectl set-hostname inkycal-lite; sed -i "s/127.0.1.1.*/127.0.1.1\tinkycal/g" /etc/hosts' - # 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 history -cw