Skip to content

Commit

Permalink
chore: code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypa committed May 26, 2024
1 parent e4f0600 commit 27bd354
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/linux/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,9 @@ install_dependencies() {
;;
esac
}

download_and_install_gtk() {
local GTK_URL="https://github.com/phcode-dev/dependencies/releases/download/v1.0.0/gtk.tar.xz"
local WEBKIT2GTK_URL="https://github.com/phcode-dev/dependencies/releases/download/v1.0.0/webkit2gtk-4.0.tar.xz"
echo -e "${YELLOW}Downloading GTK from $GTK_URL...${RESET}"
local destination="$TMP_DIR/phoenix-code"
WGET_OPTS=$(configure_wget_options)
Expand Down

0 comments on commit 27bd354

Please sign in to comment.