We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0281a1d commit ae4ade0Copy full SHA for ae4ade0
1 file changed
buildchroot.sh
@@ -22,6 +22,8 @@ ramdisksize=1G
22
#sudo apt install debootstrap qemu-user-static
23
function checkpkg(){
24
echo "checking for needed packages..."
25
+ #fix for debian where /usr/sbin/ is not in path for normal users (correctly)
26
+ export PATH=$PATH:/usr/sbin/
27
for pkg in debootstrap qemu-arm-static qemu-aarch64-static; do
28
which $pkg >/dev/null;
29
if [[ $? -ne 0 ]];then
0 commit comments