Skip to content

Instantly share code, notes, and snippets.

View Catzilla's full-sized avatar
😺
Meow!

Catzilla Catzilla

😺
Meow!
View GitHub Profile
@Th3Whit3Wolf
Th3Whit3Wolf / arch_sec_install.sh
Last active April 26, 2024 22:49
Install arch on btrfs(w/ swapfile) on luks with rEFInd bootloader
#!/bin/bash
# 0 - SSH
# This isn't necessary but if you ssh into the computer all the other steps are copy and paste
# Set a password for root
passwd
# Get network access
iwctl
"""