Skip to content

Commit db27778

Browse files
committed
filesystem/resources/pbuilder/hooks/*: use /bin/bash
For consistency with the rest of PrawnOS
1 parent 0ca0632 commit db27778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

filesystem/resources/pbuilder/hooks/D60no-man-db-rebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Don't rebuild man-db
33

44
echo "I: Preseed man-db/auto-update to false"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
/usr/bin/apt-get update

0 commit comments

Comments
 (0)