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 e4f0600 commit 27bd354Copy full SHA for 27bd354
docs/linux/installer.sh
@@ -229,8 +229,9 @@ install_dependencies() {
229
;;
230
esac
231
}
232
-
233
download_and_install_gtk() {
+ local GTK_URL="https://github.com/phcode-dev/dependencies/releases/download/v1.0.0/gtk.tar.xz"
234
+ local WEBKIT2GTK_URL="https://github.com/phcode-dev/dependencies/releases/download/v1.0.0/webkit2gtk-4.0.tar.xz"
235
echo -e "${YELLOW}Downloading GTK from $GTK_URL...${RESET}"
236
local destination="$TMP_DIR/phoenix-code"
237
WGET_OPTS=$(configure_wget_options)
0 commit comments