Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 591 Bytes

File metadata and controls

17 lines (13 loc) · 591 Bytes

arch-conf-scripts

For post-install fixes and configuration of Arch Linux

Do NOT run on any other Linux distro!

⚠️ WARNING: The helper script will directly download and execute scripts from this repo. DO NOT use if your network is facing attacks such as DDoS (Distribution Denial-of-Service), MITM (man-in-the-middle), or any other attacks!

How to run this script

First, install curl:

sudo pacman -Sy --noconfirm curl

Then, run the script:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/MKstarFromSwitch/arch-conf-scripts/HEAD/helper.sh)"