diff options
author | Karel Kočí <cynerd@email.cz> | 2017-03-05 18:42:39 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-03-05 18:42:39 +0100 |
commit | 25c96065447c433d38814f2076991773c45e619d (patch) | |
tree | 5e21dea53297df923eac544acde901b3c17a397c | |
parent | 78fb906e70621fbb0e1f6469c0f4c4a3762e538c (diff) | |
download | myconfigs-25c96065447c433d38814f2076991773c45e619d.tar.gz myconfigs-25c96065447c433d38814f2076991773c45e619d.tar.bz2 myconfigs-25c96065447c433d38814f2076991773c45e619d.zip |
Update Archlinux packages english
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ source private/install # private files, sorry but some privacy is required. if [ -e /etc/arch-release ]; then . ./utils/arch - read -p "Chek Archlinux packages? (Y/n) " + read -p "Check Archlinux packages? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then archlinux_inst fi |