395685ad57
Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. Requires Qt5. URL: https://stellarium.org/ Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
SRC=stellarium
|
|
VERSION=0.20.4
|
|
set -x
|
|
wget -c https://github.com/Stellarium/${SRC}/releases/download/v${VERSION}/${SRC}-${VERSION}.tar.gz
|