fix(zfs): Fix color reset in bash (#1)

This commit is contained in:
hygienic-books 2023-02-19 21:01:36 +01:00
parent e21e7381f9
commit 61897e0364

View File

@ -31,7 +31,7 @@ function install_pkgs () {
function install_zfs () {
declare reset_colors='\033[0m'
curl -s 'https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init' | bash
printf -- '%s' "${reset_colors}"
printf -- "${reset_colors}"
}
function get_partitions () {