Skip to content

Commit

Permalink
Update nquake.ini URL and improve folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaslindstedt committed Jul 1, 2016
1 parent e1be878 commit e17f94a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
nQuakesv for Linux
======

### Installation procedure

1) Download `nquakesv_installer-linux-latest.tar.gz` from the releases folder.<br>
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

Binary file added releases/nquakesv14_installer-linux.tar.gz
Binary file not shown.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions install_nquakesv.sh → src/install_nquakesv.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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."
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e17f94a

Please sign in to comment.