From 7fa5ca3192d5c3e608f79fd6f4ecf41ebcb86805 Mon Sep 17 00:00:00 2001 From: "Telmo \"Trooper" Date: Wed, 28 Aug 2019 22:49:16 -0300 Subject: [PATCH] More small tweaks --- install_1.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_1.py b/install_1.py index 17ed3f2..a1c9e8b 100755 --- a/install_1.py +++ b/install_1.py @@ -43,6 +43,6 @@ os.system("timedatectl set-timezone America/Sao_Paulo") print("\nPlease, set your partitions now, format and mount them on " + yellow + "/mnt" + reset + ".") -print("If all you want to do is to wipe all partitions and install " + cyan + "Arch Linux " + reset + "you can run " + green + "quick_partitioning.py" + reset) -print("Otherwise, you can format your partitions yourself with " + green + "parted" + reset + " or a similar tool") -print("\nWhen you're done, run " + green + "install_2.py" + reset + "\n") +print("If all you want to do is to wipe all partitions and install " + cyan + "Arch Linux" + reset + ", you can run " + green + "quick_partitioning.py" + reset + ".") +print("Otherwise, you can format your partitions yourself with " + green + "parted" + reset + " or a similar tool.") +print("\nWhen you're done, run " + green + "install_2.py" + reset + ".\n")