From e8deaea7a525db4934dd1f755e2f4128209a0d96 Mon Sep 17 00:00:00 2001 From: Prokopenko Andrey Date: Tue, 22 Dec 2020 17:15:11 +0100 Subject: [PATCH] updated repository reference --- README.md | 4 ++-- hetzner-debian10-zfs-setup.sh | 6 +++--- hetzner-ubuntu18-zfs-setup.sh | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f70a4f0..4ddeb8c 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ __WARNING:__ all data on the disk will be destroyed. Debian 10 minimal setup with SSH server ```` -wget -qO- https://raw.githubusercontent.com/andrey42/zfs-hetzner-vm/master/hetzner-debian10-zfs-setup.sh | bash - +wget -qO- https://raw.githubusercontent.com/terem42/zfs-hetzner-vm/master/hetzner-debian10-zfs-setup.sh | bash - ```` Ubuntu 18.04 LTS minimal setup with SSH server ```` -wget -qO- https://raw.githubusercontent.com/andrey42/zfs-hetzner-vm/master/hetzner-ubuntu18-zfs-setup.sh | bash - +wget -qO- https://raw.githubusercontent.com/terem42/zfs-hetzner-vm/master/hetzner-ubuntu18-zfs-setup.sh | bash - ```` Answer script questions about desired hostname and ZFS ARC cache size. diff --git a/hetzner-debian10-zfs-setup.sh b/hetzner-debian10-zfs-setup.sh index 9a218ca..14d2b5a 100644 --- a/hetzner-debian10-zfs-setup.sh +++ b/hetzner-debian10-zfs-setup.sh @@ -208,7 +208,7 @@ LOG if [[ ${#v_suitable_disks[@]} -eq 0 ]]; then local dialog_message='No suitable disks have been found! -If you think this is a bug, please open an issue on https://github.com/andrey42/zfs-hetzner-vm/issues, and attach the file `'"$c_disks_log"'`. +If you think this is a bug, please open an issue on https://github.com/terem42/zfs-hetzner-vm/issues, and attach the file `'"$c_disks_log"'`. ' dialog --ascii-lines --msgbox "$dialog_message" 30 100 @@ -701,8 +701,8 @@ echo "======= installing zfs packages ==========" chroot_execute 'echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections' if [[ $v_zfs_experimental == "1" ]]; then - chroot_execute "wget -O - https://andrey42.github.io/zfs-debian/apt_pub.gpg | apt-key add -" - chroot_execute "add-apt-repository 'deb https://andrey42.github.io/zfs-debian/public zfs-debian-experimental main'" + chroot_execute "wget -O - https://terem42.github.io/zfs-debian/apt_pub.gpg | apt-key add -" + chroot_execute "add-apt-repository 'deb https://terem42.github.io/zfs-debian/public zfs-debian-experimental main'" chroot_execute "apt update" chroot_execute "apt install -t zfs-debian-experimental --yes zfs-initramfs zfs-dkms zfsutils-linux" else diff --git a/hetzner-ubuntu18-zfs-setup.sh b/hetzner-ubuntu18-zfs-setup.sh index 1123c5e..856702d 100644 --- a/hetzner-ubuntu18-zfs-setup.sh +++ b/hetzner-ubuntu18-zfs-setup.sh @@ -173,7 +173,7 @@ LOG if [[ ${#v_suitable_disks[@]} -eq 0 ]]; then local dialog_message='No suitable disks have been found! -If you think this is a bug, please open an issue on https://github.com/andrey42/zfs-hetzner-vm/issues, and attach the file `'"$c_disks_log"'`. +If you think this is a bug, please open an issue on https://github.com/terem42/zfs-hetzner-vm/issues, and attach the file `'"$c_disks_log"'`. ' dialog --ascii-lines --msgbox "$dialog_message" 30 100 @@ -681,8 +681,8 @@ chroot_execute "systemctl disable thermald" echo "======= installing zfs packages ==========" if [[ $v_zfs_experimental == "1" ]]; then - chroot_execute "wget -O - https://andrey42.github.io/zfs-debian/apt_pub.gpg | apt-key add -" - chroot_execute "add-apt-repository 'deb https://andrey42.github.io/zfs-debian/public zfs-debian-experimental main'" + chroot_execute "wget -O - https://terem42.github.io/zfs-debian/apt_pub.gpg | apt-key add -" + chroot_execute "add-apt-repository 'deb https://terem42.github.io/zfs-debian/public zfs-debian-experimental main'" chroot_execute "apt update" else chroot_execute "add-apt-repository --yes ppa:jonathonf/zfs"