We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0266453 commit 9941322Copy full SHA for 9941322
alez.sh
@@ -268,7 +268,7 @@ install_arch(){
268
) > "${installdir}/etc/fstab"
269
270
echo "Add Arch ZFS pacman repo..."
271
- echo -e "\n[archzfs]\nServer = http://archzfs.com/\$repo/x86_64" >> "${installdir}/etc/pacman.conf"
+ echo -e "\n[archzfs]\nServer = https://archzfs.com/\$repo/x86_64" >> "${installdir}/etc/pacman.conf"
272
273
echo -e "Export ZPOOL_VDEV_NAME_PATH\n"
274
echo -e "\nexport ZPOOL_VDEV_NAME_PATH=1" >> "${installdir}/etc/profile"
0 commit comments