# ArchInstall **Repository Path**: chen-197/arch-install ## Basic Information - **Project Name**: ArchInstall - **Description**: archlinux安装脚本 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-20 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: ArchInstall ## README # ArchInstall #### 介绍 Archlinux安装脚本 #### 适用 最新的archlinux官方镜像或者最近使用archiso构建的基于releng配置的镜像 (总之最好不要用老掉牙的,不然你得手动更新key,或者可能还有其他的一些问题) #### 用法 在live环境下,先更新key,再安装wget(如果没有安装) ```shell pacman -Sy archlinux-keyring pacman -S wget ``` 然后,wget下载ArchInstall1.sh ```shell wget https://gitee.com/chen-197/arch-install/raw/master/ArchInstall1.sh ``` 之后,执行脚本即可 ```shell bash ArchInstall1.sh ``` 如果你用了ArchInstall1.sh,那么不用担心,它在chroot时会自动调用。 当然ArchInstall2.sh是可以在chroot后单独使用的,用法与ArchInstall1.sh类似