Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Apr 27, 2023
1 parent f1cd254 commit 0b4d87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os-variants/mobile/mobile-stable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BUILD_DIR, ROOTFS_DIR, OUTPUT_DIR, FILES_DIR, arch, TARGET_DEVICE, PROL
export async function buildMobileStable() {
exec(`sudo arch-chroot ${ROOTFS_DIR} /bin/bash -x <<'EOF'
echo "[danctnix]" >> /etc/pacman.conf
echo "Server = https://p64.arikawa-hi.me/\\$repo/\\$arch/" >> /etc/pacman.conf
echo 'Server = https://p64.arikawa-hi.me/$repo/$arch/' >> /etc/pacman.conf
echo "SigLevel = Never" >> /etc/pacman.conf
sudo pacman -Syy --noconfirm
Expand Down

0 comments on commit 0b4d87e

Please sign in to comment.