Skip to content

Commit

Permalink
Update build-doc-and-os.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace authored Jul 27, 2023
1 parent 7618f96 commit aa9ebe9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-doc-and-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa9ebe9

Please sign in to comment.