Skip to content

Commit

Permalink
remove bad param of wget
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Jan 18, 2024
1 parent 46e4caf commit 95e65a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/orbFit_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ ! -d $ORBLOCATE ]]; then
exit
fi

wget -x8 http://adams.dm.unipi.it/orbfit/OrbFit5.0.7.tar.gz
wget http://adams.dm.unipi.it/orbfit/OrbFit5.0.7.tar.gz


tar -xf OrbFit5.0.7.tar.gz -C $ORBLOCATE
Expand All @@ -75,7 +75,7 @@ make

cd lib/

wget -x8 https://ssd.jpl.nasa.gov/ftp/eph/planets/Linux/de440/linux_p1550p2650.440
wget https://ssd.jpl.nasa.gov/ftp/eph/planets/Linux/de440/linux_p1550p2650.440

mv linux_p1550p2650.440 jpleph

Expand Down

0 comments on commit 95e65a2

Please sign in to comment.