Add /sbin to PATH for chroot environments (#126)

This commit is contained in:
fdupoux 2020-08-01 09:19:40 +01:00
parent 0dfc571264
commit ea016587a5

View file

@ -0,0 +1,2 @@
# /sbin is not used on ArchLinux but it is often required in chroot
export PATH=${PATH}:/sbin