Skip to content

Commit

Permalink
Merge pull request #1456 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
arc: fix
  • Loading branch information
AuxXxilium committed May 11, 2024
2 parents 25cc50a + dd985dd commit 0cb7226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/initrd/opt/arc/arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ function arcVersion() {
done <<<$(getAllModules "${PLATFORM}" "${KVERP}")
[ ! -d "${USER_UP_PATH}" ] && mkdir -p "${USER_UP_PATH}"
mv -f "${TMP_PATH}/modulelist.user" "${USER_UP_PATH}/modulelist"
dos2unix "${USER_UP_PATH}/modulelist"
if [ "${CUSTOM}" = "false" ]; then
if [ "${ONLYVERSION}" != "true" ]; then
arcPatch
Expand Down

0 comments on commit 0cb7226

Please sign in to comment.