File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
63
63
* Configuration is now done in ` 01-configure.sh `
64
64
* You can execute ` 02-install.sh ` without any previously done configuration, ` install.dist.conf ` is then used
65
65
66
- ## [ 1.1.0] ( https://github.com/stevleibelt/arch-linux-configuration/tree/1.1.0 ) - released at 20231001
66
+ ## [ 1.1.1] ( https://github.com/stevleibelt/arch-linux-configuration/tree/1.1.1 ) - released at 20230608
67
+
68
+ ### Changed
69
+
70
+ * Fixed [ issue/2] ( https://github.com/stevleibelt/arch-linux-configuration/issues/2 )
71
+
72
+ ## [ 1.1.0] ( https://github.com/stevleibelt/arch-linux-configuration/tree/1.1.0 ) - released at 20230101
67
73
68
74
### Changed
69
75
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ function _main ()
447
447
case ${REPLY:- 0} in
448
448
1) zfskernelmode=" archzfs-linux"
449
449
;;
450
- * ) zfskernelmod =" archzfs-dkms"
450
+ * ) zfskernelmode =" archzfs-dkms"
451
451
;;
452
452
esac
453
453
else
@@ -456,7 +456,7 @@ function _main ()
456
456
case ${REPLY:- 0} in
457
457
1) zfskernelmode=" archzfs-linux-lts"
458
458
;;
459
- * ) zfskernelmod =" archzfs-dkms"
459
+ * ) zfskernelmode =" archzfs-dkms"
460
460
;;
461
461
esac
462
462
fi
You can’t perform that action at this time.
0 commit comments