Skip to content

Commit

Permalink
fix: fix install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Sep 18, 2023
1 parent e0fe1e1 commit 2640bba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/android-sdk/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "android-sdk",
"id": "android-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "Setup android sdk in your development container",
"documentationURL": "https://github.com/pnstack/codespace",
"licenseURL": "https://github.com/pnstack/codespace/blob/main/LICENSE",
Expand Down
2 changes: 0 additions & 2 deletions src/android-sdk/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ echo 'export PATH=$PATH:$ANDROID_HOME/tools' >> ~/.bashrc
echo 'export PATH=$PATH:$ANDROID_HOME/tools/bin' >> ~/.bashrc
echo 'export PATH=$PATH:$ANDROID_HOME/emulator' >> ~/.bashrc

source ~/.bashrc

yes | sdkmanager "platform-tools" "platforms;android-33"
yes | sdkmanager "build-tools;33.0.0"
yes | sdkmanager "extras;android;m2repository"
Expand Down

0 comments on commit 2640bba

Please sign in to comment.