Skip to content

Commit 27bd354

Browse files
committed
chore: code clean up
1 parent e4f0600 commit 27bd354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/linux/installer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,9 @@ install_dependencies() {
229229
;;
230230
esac
231231
}
232-
233232
download_and_install_gtk() {
233+
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"
234235
echo -e "${YELLOW}Downloading GTK from $GTK_URL...${RESET}"
235236
local destination="$TMP_DIR/phoenix-code"
236237
WGET_OPTS=$(configure_wget_options)

0 commit comments

Comments
 (0)