Skip to content

Instantly share code, notes, and snippets.

@spor7y
spor7y / arch_sec_install.sh
Created April 14, 2023 14:21 — forked from Th3Whit3Wolf/arch_sec_install.sh
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
"""