Skip to content

Commit 9941322

Browse files
committed
Use https for archzfs repo
Fixes #44
1 parent 0266453 commit 9941322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alez.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ install_arch(){
268268
) > "${installdir}/etc/fstab"
269269

270270
echo "Add Arch ZFS pacman repo..."
271-
echo -e "\n[archzfs]\nServer = http://archzfs.com/\$repo/x86_64" >> "${installdir}/etc/pacman.conf"
271+
echo -e "\n[archzfs]\nServer = https://archzfs.com/\$repo/x86_64" >> "${installdir}/etc/pacman.conf"
272272

273273
echo -e "Export ZPOOL_VDEV_NAME_PATH\n"
274274
echo -e "\nexport ZPOOL_VDEV_NAME_PATH=1" >> "${installdir}/etc/profile"

0 commit comments

Comments
 (0)