Skip to content

Commit

Permalink
Merge pull request #169 from KennyOliver/issue-154
Browse files Browse the repository at this point in the history
Remove: Renaming command from install scripts
  • Loading branch information
KennyOliver authored Jan 3, 2025
2 parents 688767d + 5247d66 commit 4cbeffc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions scripts/install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# Exit immediately if a command exits with a non-zero status
set -e

# Rename file to flavorlang
echo "Renaming flavorlang-macos-latest to flavorlang"
mv flavorlang-macos-latest flavorlang

# Set execute permissions
chmod +x flavorlang

Expand Down
4 changes: 0 additions & 4 deletions scripts/install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# Exit immediately if a command exits with a non-zero status
set -e

# Rename file to flavorlang
echo "Renaming flavorlang-ubuntu-latest to flavorlang"
mv flavorlang-ubuntu-latest flavorlang

# Set execute permissions
chmod +x flavorlang

Expand Down

0 comments on commit 4cbeffc

Please sign in to comment.