Skip to content

Commit a1ed866

Browse files
..
1 parent 1a0e301 commit a1ed866

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fs-manager/fs-manager

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ function quick_install()
124124
git fetch origin https://github.com/RandomCoderOrg/ubuntu-on-android
125125
fi
126126
cd $CONFIG_DIR/ubuntu-on-android || exit 1
127+
msg "Reached Final stage"
127128
bash install.sh --fs-mgr
128129
cd "$cur" || exit 1
129130
fi
@@ -192,5 +193,3 @@ if [ $# -ge 1 ]; then
192193
--upgrade-sources) shift 1; upgrade;;
193194
esac
194195
fi
195-
196-
exit 0

0 commit comments

Comments
 (0)