Skip to content

Commit

Permalink
Update for Git 1.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Mar 28, 2017
1 parent ef1a185 commit 34f2c5c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,5 +1,9 @@
i-MSCP ChangeLog

------------------------------------------------------------------------------------------------------------------------
Git 1.4.x
------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------------------------
1.4.1
------------------------------------------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions configs/debian/imscp.conf
@@ -1,7 +1,7 @@
## i-MSCP version info

BuildDate = 20170328
Version = 1.4.1
BuildDate =
Version = Git 1.4.x
CodeName = Zimmer

# Distro info
Expand Down
12 changes: 6 additions & 6 deletions docs/Debian/INSTALL.md
Expand Up @@ -93,12 +93,12 @@ Any released version >= 7.x (Debian 8.x recommended)
#### 3. Download and untar the distribution files

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/1.4.1.tar.gz
# tar -xzf 1.4.1.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar -xzf <version>.tar.gz

#### 4. Change to the newly created directory

# cd imscp-1.4.1
# cd imscp-<version>

#### 5. Install i-MSCP by running its installer

Expand All @@ -124,12 +124,12 @@ case something goes wrong during upgrade.
#### 3. Download and untar the distribution files

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/1.4.1.tar.gz
# tar -xzf 1.4.1.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar -xzf <version>.tar.gz

#### 4. Change to the newly created directory

# cd imscp-1.4.1
# cd imscp-<version>

#### 5. Update i-MSCP by running its installer

Expand Down
12 changes: 6 additions & 6 deletions docs/Ubuntu/INSTALL.md
Expand Up @@ -93,12 +93,12 @@ Any LTS version >= 14.04 (Ubuntu 16.04 recommended)
#### 3. Download and untar the distribution files

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/1.4.1.tar.gz
# tar -xzf 1.4.1.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar -xzf <version>.tar.gz

#### 4. Change to the newly created directory

# cd imscp-1.4.1
# cd imscp-<version>

#### 5. Install i-MSCP by running its installer

Expand All @@ -124,12 +124,12 @@ case something goes wrong during upgrade.
#### 3. Download and untar the distribution files

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/1.4.1.tar.gz
# tar -xzf 1.4.1.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar -xzf <version>.tar.gz

#### 4. Change to the newly created directory

# cd imscp-1.4.1
# cd imscp-<version>

#### 5. Update i-MSCP by running its installer

Expand Down
2 changes: 1 addition & 1 deletion latest.txt
@@ -1 +1 @@
20170328

0 comments on commit 34f2c5c

Please sign in to comment.