This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# 0 - Log in as root (password is artix) | |
sudo su | |
# 1 - SSH | |
# This isn't necessary but if you ssh into the computer all the other steps are copy and paste | |
# Get network access | |
connmanctl |