change to correct server

This commit is contained in:
Tobias Powalowski 2022-01-12 17:24:05 +01:00
parent 7a2e75fd99
commit ce2b2ab221
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
#! /bin/bash
DIRECTORY="$(date +%Y.%m)"
ARCH="aarch64"
BUILDDIR="/home/tobias/Arch/iso/ARM"
SERVER="repos.archlinux.org"
BUILDDIR="/home/tobias/Arch/iso/${ARCH}"
SERVER="pkgbuild.com"
HOME="/home/tpowa/"
SERVER_DIR="/home/tpowa/public_html/archboot-images"
USER="tobias"

View file

@ -1,10 +1,10 @@
#! /bin/bash
DIRECTORY="$(date +%Y.%m)"
ARCH="x86_64"
BUILDDIR="/home/tobias/Arch/iso"
BUILDDIR="/home/tobias/Arch/iso/${ARCH}"
PACMAN_MIRROR="/etc/pacman.d/mirrorlist"
PACMAN_CONF="/etc/pacman.conf"
SERVER="repos.archlinux.org"
SERVER="pkgbuild.com"
HOME="/home/tpowa/"
SERVER_DIR="/home/tpowa/public_html/archboot-images"
USER="tobias"