We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ed866 commit 3d93e14Copy full SHA for 3d93e14
fs-manager/fs-manager
@@ -120,10 +120,10 @@ function quick_install()
120
git clone -b "${branch}" https://github.com/RandomCoderOrg/ubuntu-on-android
121
else
122
cur=$(pwd)
123
- cd $CONFIG_DIR/ubuntu-on-android || exit
124
- git fetch origin https://github.com/RandomCoderOrg/ubuntu-on-android
+ cd "${CONFIG_DIR}"/ubuntu-on-android || exit
+ git fetch origin
125
fi
126
- cd $CONFIG_DIR/ubuntu-on-android || exit 1
+ cd "${CONFIG_DIR}"/ubuntu-on-android || exit 1
127
msg "Reached Final stage"
128
bash install.sh --fs-mgr
129
cd "$cur" || exit 1
0 commit comments