diff --git a/deploy.sh b/deploy.sh index 9df6587..e3f20cb 100644 --- a/deploy.sh +++ b/deploy.sh @@ -2,7 +2,7 @@ ## Build v0.1 ## By Marcel Stangenberger -REPO=https://git.xoservice.nl/marcel/deploy +REPO=https://git.xo.nl/marcel/deploy GREEN='\033[0;32m' RED='\033[0;31m' NOCOL='\033[0m' diff --git a/docker/install.sh b/docker/install.sh index 8ff758b..0744ff6 100644 --- a/docker/install.sh +++ b/docker/install.sh @@ -4,5 +4,5 @@ pacman --noconfirm -S docker docker-compose ducker usermod -a -G docker sysadmin mkdir -p /opt/docker mkdir -p /etc/docker -curl -s -o /etc/docker/daemon.json https://git.xoservice.nl/marcel/deploy/raw/master/docker/daemon.json -systemctl enable docker \ No newline at end of file +curl -s -o /etc/docker/daemon.json https://git.xo.nl/marcel/deploy/raw/master/docker/daemon.json +systemctl enable docker diff --git a/kopia/install.sh b/kopia/install.sh index 805b8f4..59be373 100644 --- a/kopia/install.sh +++ b/kopia/install.sh @@ -5,5 +5,5 @@ then fi chown -R sysadmin:admins /opt/build -su sysadmin -c "git clone https://git.xoservice.nl/marcel/aur_kopia.git /opt/build/kopia" +su sysadmin -c "git clone https://git.xo.nl/marcel/aur_kopia.git /opt/build/kopia" su sysadmin -c "cd /opt/build/kopia && makepkg --noconfirm -si" diff --git a/update/install.sh b/update/install.sh index dc6bc3f..6290635 100644 --- a/update/install.sh +++ b/update/install.sh @@ -2,7 +2,7 @@ echo "Creating a backup of the current deployment script" cp -f /usr/local/bin/deploy /usr/local/bin/deploy.bck echo "Updating XO deployment script" -curl -s -o /usr/local/bin/deploy https://git.xoservice.nl/marcel/deploy/raw/master/deploy.sh +curl -s -o /usr/local/bin/deploy https://git.xo.nl/marcel/deploy/raw/master/deploy.sh chown root:root /usr/local/bin/deploy chmod ug+x /usr/local/bin/deploy -echo "All done" \ No newline at end of file +echo "All done" diff --git a/zfs/install.sh b/zfs/install.sh index c753af0..77e726d 100644 --- a/zfs/install.sh +++ b/zfs/install.sh @@ -8,8 +8,8 @@ fi chown -R sysadmin:admins /opt/build # Build and install -su sysadmin -c "git clone https://git.xoservice.nl/marcel/aur_zfs-utils.git /opt/build/zfs-utils" -su sysadmin -c "git clone https://git.xoservice.nl/marcel/aur_openzfs.git /opt/build/openzfs" +su sysadmin -c "git clone https://git.xo.nl/marcel/zfs-utils.git /opt/build/zfs-utils" +su sysadmin -c "git clone https://git.xo.nl/marcel/zfs-linux.git /opt/build/openzfs" BUILDVER=$(cat /opt/build/openzfs/PKGBUILD | grep _kernelver_full | cut -f 2 -d \") KERNVER=$(uname -r)