fix(zfs): After running github.com/eoli3n/archiso-zfs init script we need to reset shell colors (#1)
This commit is contained in:
parent
b463cd95aa
commit
2aaa2b6729
2
setup.sh
2
setup.sh
@ -29,7 +29,9 @@ 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}"
|
||||
}
|
||||
|
||||
function get_partitions () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user