filesystem/resources/pbuilder/hooks/*: use /bin/bash

For consistency with the rest of PrawnOS
This commit is contained in:
Austin English 2020-12-27 05:18:32 -06:00
parent ae8021aa41
commit c60b085e56
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Don't rebuild man-db
echo "I: Preseed man-db/auto-update to false"

View File

@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
/usr/bin/apt-get update