Skip to content

Commit

Permalink
Make update_external.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
prissi committed Jan 4, 2025
1 parent 442b453 commit 0ad8db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PAK=pak128

echo "Downloading pak texts"
echo "Downloading pak128 texts"
rm -rf tmp
mkdir tmp
cd tmp
Expand All @@ -25,7 +25,7 @@ cd ..
rm -fr tmp

# download scenario Tutorial
echo "Downloading scenario scripts"
echo "Downloading tutorial scripts"
cd pak128.prototype
cd scenario
rm -rf tutorial
Expand Down

0 comments on commit 0ad8db5

Please sign in to comment.