shellcheck workflow added

This commit is contained in:
Prokopenko Andrey
2021-09-16 19:16:27 +02:00
parent 3b9a132a1d
commit 37baec84ca
5 changed files with 28 additions and 4 deletions

View File

@@ -499,7 +499,7 @@ echo "======= installing zfs on rescue system =========="
apt install --yes zfs-dkms zfsutils-linux
add-apt-repository -r 'deb http://ppa.launchpad.net/jonathonf/zfs/ubuntu focal main'
apt update
find /usr/local/sbin/ -type l | xargs rm
find /usr/local/sbin/ -type l -exec rm {} +
zfs --version
echo "======= partitioning the disk =========="