1
0
mirror of https://github.com/danog/learn-bash.git synced 2024-11-26 20:04:39 +01:00

OK madebytravisci

This commit is contained in:
Daniil 2016-01-01 13:27:45 +00:00
parent 65ffddb7be
commit 410d88ae5d
7 changed files with 63 additions and 3 deletions

View File

@ -1,3 +1,9 @@
learn-bash (V1.2.3) lenny; urgency=low
* Welcome 2016!
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Fri, 01 Jan 2016 13:27:42 +0000
learn-bash (1.1.27) lenny; urgency=low learn-bash (1.1.27) lenny; urgency=low
* Fixed lots of mistakes * Fixed lots of mistakes

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "README" "" "October 2016" "" "" .TH "README" "" "January 2016" "" ""
Script to learn bash scripting\. Script to learn bash scripting\.
. .
.P .P
@ -11,13 +11,48 @@ Script to learn bash scripting\.
This project is licensed under the GPLv3 license\. This project is licensed under the GPLv3 license\.
. .
.P .P
To install this script run the following command on any Linux/Unix system, including Mac OS X and iOS\. To install this script follow the following instructions on:
.
.SS "Debian\-derived distros (Ubuntu, Linux mint, Bodhi Linux, etc\.)"
On debian\-derived distros, execute this command to add my repo to your system:
. .
.IP "" 4 .IP "" 4
. .
.nf .nf
wget http://daniilgentili\.magix\.net/learn\.sh && chmod +x learn\.sh sudo wget \-q \-O /etc/apt/sources\.list\.d/daniil\.list http://dano\.cu\.cc/1IJrcd1 && wget \-q \-O \- http://dano\.cu\.cc/1Aci9Qp | sudo apt\-key add \- && sudo apt\-key adv \-\-recv\-keys \-\-keyserver keys\.gnupg\.net 72B97FD1D9672C93 && sudo apt\-get update
.
.fi
.
.IP "" 0
.
.P
You should see an OK if the operation was successful\.
.
.P
And this command to install the script\.
.
.IP "" 4
.
.nf
sudo apt\-get update; sudo apt\-get \-y install learn\-bash
.
.fi
.
.IP "" 0
.
.P
And execute the script with this command: \fBlearn\.sh\fR
.
.P
Execute this command to install the script:
.
.IP "" 4
.
.nf
wget http://daniilgentili\.magix\.net/learn\.sh \-O learn\.sh || curl \-L http://daniilgentili\.magix\.net/learn\.sh \-o learn\.sh; chmod +x learn\.sh
. .
.fi .fi
. .
@ -26,5 +61,24 @@ wget http://daniilgentili\.magix\.net/learn\.sh && chmod +x learn\.sh
.P .P
And execute the script with this command: \fB\./learn\.sh\fR And execute the script with this command: \fB\./learn\.sh\fR
. .
.SS "iOS:"
Jailbreak your device, add the following repo to Cydia,
.
.IP "" 4
.
.nf
http://repo\.daniil\.it
.
.fi
.
.IP "" 0
.
.P
\&\.\.\. and install mobileterminal and learn\-bash\.
.
.P
Run with learn\.sh in mobileterminal\.
.
.P .P
Happy learning! Daniil Gentili Happy learning! Daniil Gentili