diff --git a/README.md b/README.md new file mode 100644 index 0000000..f96d34b --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +nQuakesv for Linux +====== + +### Installation procedure + +1) Download `nquakesv_installer-linux-latest.tar.gz` from the releases folder.
+2) Unpack it: + + tar xvzf nquakesv_installer-linux-latest.tar.gz + +3) Now cd to the unpacked directory and run the install script: + + cd nquakesv_installer-linux-latest/ + ./install_nquakesv.sh + +- +2016-07-01 + diff --git a/releases/nquakesv14_installer-linux.tar.gz b/releases/nquakesv14_installer-linux.tar.gz new file mode 100644 index 0000000..14ad528 Binary files /dev/null and b/releases/nquakesv14_installer-linux.tar.gz differ diff --git a/INSTALL b/src/INSTALL similarity index 100% rename from INSTALL rename to src/INSTALL diff --git a/LICENSE b/src/LICENSE similarity index 100% rename from LICENSE rename to src/LICENSE diff --git a/install_nquakesv.sh b/src/install_nquakesv.sh similarity index 98% rename from install_nquakesv.sh rename to src/install_nquakesv.sh index 527b587..db4d03d 100644 --- a/install_nquakesv.sh +++ b/src/install_nquakesv.sh @@ -1,6 +1,6 @@ #!/bin/sh -# nQuakesv Installer Script v1.3 (for Linux) +# nQuakesv Installer Script v1.4 (for Linux) # by Empezar & dimman defaultdir="~/nquakesv" @@ -24,7 +24,7 @@ which unzip >/dev/null || error "The package 'unzip' is not installed. Please in which curl >/dev/null || error "The package 'curl' is not installed. Please install it and run the nQuakesv installation again." echo -echo "Welcome to the nQuakesv v1.3 installation" +echo "Welcome to the nQuakesv v1.4 installation" echo "=========================================" echo echo "Press ENTER to use [default] option." @@ -150,7 +150,7 @@ fi echo # Download nquake.ini -wget --inet4-only -q -O nquake.ini http://nquake.sourceforge.net/nquake.ini || error "Failed to download nquake.ini" +wget --inet4-only -q -O nquake.ini https://raw.githubusercontent.com/nQuake/client-win32/master/etc/nquake.ini || error "Failed to download nquake.ini" [ -s "nquake.ini" ] || error "Downloaded nquake.ini but file is empty?! Exiting." # List all the available mirrors