mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2026-02-01 11:00:16 +07:00
Fixed bug with getLibs
This commit is contained in:
@@ -46,7 +46,7 @@ function getLibs()
|
||||
{
|
||||
# Downloading
|
||||
echo "Downloading latest fnalibs..."
|
||||
curl http://fna.flibitijibibo.com/archive/fnalibs.tar.bz2 > $MYDIR/fnalibs.tar.bz2
|
||||
curl http://fna.flibitijibibo.com/archive/fnalibs.tar.bz2 > "$MY_DIR/fnalibs.tar.bz2"
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Finished downloading!"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user