Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 579 Bytes

File metadata and controls

26 lines (18 loc) · 579 Bytes

Ubuntu OS developer setup

Requirements

  • Ubuntu installation as installed here
  • Ubuntu version 24.04 (others might work too, but they are not tested)

Setup

  • open a new terminal
  • run this command:
wget -O - https://raw.githubusercontent.com/pascalbe-dev/ubuntu-os-setup/master/install.sh | bash

Update after changes

  • open a new terminal
  • run this command:
ansible-playbook developer-ubuntu.yml --ask-become-pass

Manual todos after the installation

See here