Skip to content

Commit

Permalink
Up Giraffe | 2022.3.1 Patch 2 for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnaveen authored Nov 3, 2023
1 parent 525d638 commit f3ec947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions StudioInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Author: Let's FOSS
# Shell Script for Installing JDK, Android Studio & Creating Desktop Icon
# Github: https://github.com/letsfoss/Android-Studio-Installer-Script
# Android Studio Version: Dolphin 2021.3.1 Patch 1 for Linux on 13/12/2022
# Android Studio Version: Giraffe 2022.3.1 Patch 2 for Linux on 03/Nov/2023

# Install JDK8
JDKInstall() {
Expand All @@ -26,7 +26,7 @@ JDKInstall() {
# Download Android Studio
DownloadAndroidStudio() {
echo "\n Downloading Android Studio \n"
wget -c "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.3.1.19/android-studio-2022.3.1.19-linux.tar.gz"
wget -c "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.3.1.20/android-studio-2022.3.1.20-linux.tar.gz"
}

# Install Fastboot & ADB Tools
Expand All @@ -39,12 +39,12 @@ FastbootADB() {
# Install Android Studio
InstallAndroidStudio() {
echo "\n Installing Android Studio \n"
tar -xzf android-studio-2022.3.1.19-linux.tar.gz -C /opt
tar -xzf android-studio-2022.3.1.20-linux.tar.gz -C /opt

mkdir -p "$HOME"/.local/share/applications
cat >"$HOME"/.local/share/applications/android-studio.desktop <<-EOF
[Desktop Entry]
Version=2021.3.1.17
Version=2022.3.1.20
Type=Application
Name=Android Studio
Exec="/opt/android-studio/bin/studio.sh" %f
Expand Down

0 comments on commit f3ec947

Please sign in to comment.