Skip to content

Commit

Permalink
fix: Revert PR (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 1, 2024
1 parent 7e6a5d1 commit 63c6fc0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,7 @@ detectImage() {
local dir="$1"

if [ -n "$CUSTOM" ]; then
if [ -f "/run/assets/custom.xml" ]; then
DETECTED="custom"
else
DETECTED=""
fi
DETECTED=""
else
if [ -z "$DETECTED" ] && [[ "$EXTERNAL" != [Yy1]* ]]; then
DETECTED="$VERSION"
Expand Down

0 comments on commit 63c6fc0

Please sign in to comment.