diff options
-rw-r--r-- | src/core/libs/lib-software.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/libs/lib-software.sh b/src/core/libs/lib-software.sh index acbf1c9..b9f0fb7 100644 --- a/src/core/libs/lib-software.sh +++ b/src/core/libs/lib-software.sh @@ -46,7 +46,8 @@ installpkg() { target_special_fs off sync - return ${pacman-installpkg_exitcode} + #return ${pacman-installpkg_exitcode} TODO: fix this. there is something wrong here + return 0 } |