diff options
Diffstat (limited to 'insidechroot.sh')
-rw-r--r-- | insidechroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/insidechroot.sh b/insidechroot.sh index 0c917ab..ac193ae 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -70,7 +70,7 @@ elif [[ "${CHAPTER}" -eq 10 ]]; then printf "%b" "${GRN}Creating fstab configuration${RST}\n" source chapter10/fstab.sh -# source packageinstall.sh 10 linux + source packageinstall.sh 10 linux retval=$? if [[ "${retval}" -ne 0 ]]; then exit 1 |