aboutsummaryrefslogtreecommitdiff
path: root/post_chroot.sh
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-26 02:10:38 +0300
committerawy <awy@tutamail.com>2024-08-26 02:10:38 +0300
commit88cd363fd465889ad8687b807216db02290e80be (patch)
tree1129a0e36201aaca63df053eb5b74a22d65b7627 /post_chroot.sh
parent57afaa33df69609861c884394229be2f05ca5efe (diff)
urls
Diffstat (limited to 'post_chroot.sh')
-rwxr-xr-xpost_chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_chroot.sh b/post_chroot.sh
index f2e0dff..e3680e4 100755
--- a/post_chroot.sh
+++ b/post_chroot.sh
@@ -33,7 +33,7 @@ elif [ "$_kernelflag" -eq 2 ]; then
rm -f "linux-6.10.6.tar.xz"
mv "linux-6.10.6" "linux"
cd "linux"
- curl -LO "https://codeberg.org/awy/artix/raw/branch/main/.config"
+ curl -LO "https://raw.githubusercontent.com/awnrt/artix/main/.config"
sed -i -e '/^CONFIG_CMDLINE="root=PARTUUID=.*/c\' -e "CONFIG_CMDLINE=\"root=PARTUUID=$PARTUUID_ROOT init=/sbin/openrc-init nvidia_drm.modeset=1 nvidia_drm.fbdev=1 intel_iommu=on\"" .config
pacman -S bc perl bison make diffutils gcc flex rsync --noconfirm
make oldconfig