diff --git a/debian/chroot.install b/debian/chroot.install index d3da9a5..2f27674 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -323,7 +323,7 @@ fi # }}} # Finish {{{ ## Call a latecommand script {{{ -wget -O /tmp/latecommand.tar.gz "https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/raw/master/scripts/latecommand.tar.gz" --no-check-certificate +wget -O /tmp/latecommand.tar.gz "https://git.ipr.univ-rennes.fr/cellinfo/tftpboot/raw/master/scripts/latecommand.tar.gz" --no-check-certificate tar xzf /tmp/latecommand.tar.gz -C /target/tmp/ chroot /target /usr/bin/env debian_version="${debian_version}" /bin/sh /tmp/latecommand/post."${debian_version}".sh diff --git a/debian/emy.laptop.preseed b/debian/emy.laptop.preseed index 71851f1..94e3ec4 100644 --- a/debian/emy.laptop.preseed +++ b/debian/emy.laptop.preseed @@ -321,7 +321,7 @@ wget -O /tmp/part.btrfs.sh "https://git.101010.fr/gardouille-dotfiles/scripts/ra chmod +x /tmp/part.btrfs.sh && /tmp/part.btrfs.sh ; \ in-target /bin/rmdir /mnt/free ; in-target /bin/sed -i '/lv_free/d' /etc/fstab ; \ in-target /bin/sed -i 's/\(^\|^\#\)\(PermitRootLogin\).*/\2 yes/g' /etc/ssh/sshd_config ; \ -in-target wget -O /tmp/latecommand.tar.gz "https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/raw/master/scripts/latecommand.tar.gz" --no-check-certificate ; \ +in-target wget -O /tmp/latecommand.tar.gz "https://git.ipr.univ-rennes.fr/cellinfo/tftpboot/raw/master/scripts/latecommand.tar.gz" --no-check-certificate ; \ in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ in-target /bin/sh /tmp/latecommand/post.stretch.sh ################################################################## ]]] diff --git a/debian/gaming.station.preseed b/debian/gaming.station.preseed index a7b9ad4..71cd6f3 100644 --- a/debian/gaming.station.preseed +++ b/debian/gaming.station.preseed @@ -328,7 +328,7 @@ wget -O /tmp/part.btrfs.sh "https://git.101010.fr/gardouille-dotfiles/scripts/ra chmod +x /tmp/part.btrfs.sh && /tmp/part.btrfs.sh ; \ in-target /bin/rmdir /mnt/free ; in-target /bin/sed -i '/lv_free/d' /etc/fstab ; \ in-target /bin/sed -i 's/\(^\|^\#\)\(PermitRootLogin\).*/\2 yes/g' /etc/ssh/sshd_config ; \ -in-target wget -O /tmp/latecommand.tar.gz "https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/raw/master/scripts/latecommand.tar.gz" --no-check-certificate ; \ +in-target wget -O /tmp/latecommand.tar.gz "https://git.ipr.univ-rennes.fr/cellinfo/tftpboot/raw/master/scripts/latecommand.tar.gz" --no-check-certificate ; \ in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ in-target /bin/sh /tmp/latecommand/post.buster.sh ################################################################## ]]] diff --git a/debian/post.install.ovh.sh b/debian/post.install.ovh.sh index ef68547..db7f042 100755 --- a/debian/post.install.ovh.sh +++ b/debian/post.install.ovh.sh @@ -46,7 +46,7 @@ fi /bin/sed --in-place -- 's/\(^\|^\#\)\(PermitRootLogin\).*/\2 yes/g' /etc/ssh/sshd_config # Download and uncompress latecommand archive -wget --quiet --output-document=/tmp/latecommand.tar.gz -- "https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/raw/branch/master/scripts/latecommand.tar.gz" +wget --quiet --output-document=/tmp/latecommand.tar.gz -- "https://git.ipr.univ-rennes.fr/cellinfo/tftpboot/raw/branch/master/scripts/latecommand.tar.gz" tar xzf /tmp/latecommand.tar.gz -C /tmp/ # Run dedicated script ## Source /etc/os-release to get Debian codename diff --git a/debian/working.station.preseed b/debian/working.station.preseed index afb2bbf..216e51b 100644 --- a/debian/working.station.preseed +++ b/debian/working.station.preseed @@ -353,7 +353,7 @@ wget -O /tmp/part.btrfs.sh "https://git.101010.fr/gardouille-dotfiles/scripts/ra chmod +x /tmp/part.btrfs.sh && /tmp/part.btrfs.sh ; \ in-target /bin/rmdir /mnt/free ; in-target /bin/sed -i '/lv_free/d' /etc/fstab ; \ in-target /bin/sed -i 's/\(^\|^\#\)\(PermitRootLogin\).*/\2 yes/g' /etc/ssh/sshd_config ; \ -in-target wget -O /tmp/latecommand.tar.gz "https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/raw/master/scripts/latecommand.tar.gz" --no-check-certificate ; \ +in-target wget -O /tmp/latecommand.tar.gz "https://git.ipr.univ-rennes.fr/cellinfo/tftpboot/raw/master/scripts/latecommand.tar.gz" --no-check-certificate ; \ in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ in-target /bin/sh /tmp/latecommand/post.sid.sh ################################################################## ]]]