Remove --no-check-certificate parameter when invoking wget

This commit is contained in:
Nedko Arnaudov 2023-09-02 18:44:44 +03:00
parent 2625859f1e
commit 426160d15f
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ passwd $reguser
# Configure user home dir, workaround until I figure out how to change Xfce4 defaults
# Other Xfce4 config files seem to get picked up from /etc/xdg, why not desktop?
mkdir -p /home/$reguser/.config/xfce4/xfconf/xfce-perchannel-xml
wget --no-check-certificate https://decibellinux.org/src/xfce4-desktop.xml
wget https://decibellinux.org/src/xfce4-desktop.xml
mv xfce4-desktop.xml /home/$reguser/.config/xfce4/xfconf/xfce-perchannel-xml
mkdir -p /home/$reguser/Desktop # Just in case
wget https://gentoostudio.org/src/xfce/Welcome.txt

View File

@ -135,7 +135,7 @@ fi
mount $installdevice$part $mntpoint
cd $mntpoint
wget --no-check-certificate https://decibellinux.org/src/$tarball_file
wget https://decibellinux.org/src/$tarball_file
echo "Unpacking system. This could take a minute or two. Please be patient..."
tar xjpf $tarball_file --xattrs --numeric-owner
echo "System unpacked."
@ -165,7 +165,7 @@ mount --make-rslave $mntpoint/dev
mount --bind /run $mntpoint/run
mount --make-slave $mntpoint/run
wget --no-check-certificate -O chroot_install.sh https://decibellinux.org/src/chroot_install.sh
wget -O chroot_install.sh https://decibellinux.org/src/chroot_install.sh
chmod +x chroot_install.sh
echo "$installdevice" > installdevice.txt
cp -L /etc/resolv.conf $mntpoint/etc/