Skip to content

Commit 3dcc0d6

Browse files
modified: install.sh
1 parent 108f142 commit 3dcc0d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ if ! command -v pulseaudio; then
3939
fi
4040

4141
########################
42-
if _implant_; then
43-
return 0
44-
else # this wont happen (mostly)
42+
if ! _implant_; then # this wont happen (mostly)
4543
echo ":( \e[32m error...\e[0m Please create a issue at \e[1;32mhttps://github.com/SaicharanKandukuri/ubuntu-on-android/issues\e[0m to resolve "
4644
fi

0 commit comments

Comments
 (0)