1. 11 Jan, 2022 2 commits
    • Marc Cornellà's avatar
      fix(installer): fix `sudo` check for users with password or without privileges · a0a949de
      Marc Cornellà authored
      The previous check only worked if the user could run `sudo` without typing the
      password, which is almost none (I checked in Google Cloud Shell so I failed to
      notice this).
      
      This new check works whether the user has no sudo privileges, or if it has,
      whether they have to type in the password or not.
      
      It should really be easier to check if the user doesn't have privilege without
      having to make them type the password.
      a0a949de
    • Marc Cornellà's avatar
      fix(installer): run `chsh` with sudo if user has privileges · b7a59e6d
      Marc Cornellà authored
      This fixes the error in Google Cloud Shell, where a password prompt
      appears when running `chsh` but the user (hello) does not have a
      password.
      
      If ran with `sudo`, the `chsh` command happens without a password
      prompt.
      b7a59e6d
  2. 10 Jan, 2022 3 commits
  3. 09 Jan, 2022 2 commits
  4. 08 Jan, 2022 2 commits
  5. 07 Jan, 2022 1 commit
  6. 05 Jan, 2022 3 commits
  7. 04 Jan, 2022 1 commit
  8. 03 Jan, 2022 22 commits
  9. 02 Jan, 2022 4 commits