Collection of automation code for my machines.
- Open a terminal
- Execute
curl -fsSL https://raw.githubusercontent.com/robin-thoene/device-automation/main/manjaro/install.sh > install.sh && chmod +x install.sh && ./install.sh
- Follow the instructions
- Open a terminal
- Execute
curl -fsSL https://raw.githubusercontent.com/robin-thoene/device-automation/main/macos/install.sh > install.sh && chmod +x install.sh && ./install.sh
- Follow the instructions
- Open a terminal
- Execute
wget -qO- https://raw.githubusercontent.com/robin-thoene/device-automation/main/ubuntu/install.sh | sh
- Follow the instructions