Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Sep 1, 2023
1 parent d2e76a1 commit 7dc713d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/get-latest-fe-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Change the working directory to the script's directory
cd $(dirname "$0") || exit

# Define your GitHub repository owner and name
repo_owner="ethereum"
repo_name="fe"
Expand Down
3 changes: 3 additions & 0 deletions scripts/update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Change the working directory to the script's directory
cd $(dirname "$0") || exit

if [ $# -ne 1 ]; then
# If the script is invoked without version parameter, it will figure out the latest release automatically
version=$(./get-latest-fe-version.sh)
Expand Down

0 comments on commit 7dc713d

Please sign in to comment.