Skip to content

Commit

Permalink
Update dnasm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1111 authored Mar 24, 2024
1 parent 38e119b commit 3ec6df8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dnasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@
# Nasm source version


DIR_DOWNLOADS="~/src/tools/download"



mkdir -p ~/src
mkdir -p ~/src/opt
mkdir -p ~/src/tools
mkdir -p ~/src/tools/download
Sleep 1

curl -f -o $DIR_DOWNLOADS/nasm-2.16.01.tar.xz https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.xz
curl -f -o ~/src/tools/download/nasm-2.16.01.tar.xz https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.xz

0 comments on commit 3ec6df8

Please sign in to comment.