Skip to content

Commit 3d93e14

Browse files
...
1 parent a1ed866 commit 3d93e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fs-manager/fs-manager

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ function quick_install()
120120
git clone -b "${branch}" https://github.com/RandomCoderOrg/ubuntu-on-android
121121
else
122122
cur=$(pwd)
123-
cd $CONFIG_DIR/ubuntu-on-android || exit
124-
git fetch origin https://github.com/RandomCoderOrg/ubuntu-on-android
123+
cd "${CONFIG_DIR}"/ubuntu-on-android || exit
124+
git fetch origin
125125
fi
126-
cd $CONFIG_DIR/ubuntu-on-android || exit 1
126+
cd "${CONFIG_DIR}"/ubuntu-on-android || exit 1
127127
msg "Reached Final stage"
128128
bash install.sh --fs-mgr
129129
cd "$cur" || exit 1

0 commit comments

Comments
 (0)