Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
More small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
telmotrooper committed Aug 29, 2019
1 parent fd2de5b commit 7fa5ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 7fa5ca3

Please sign in to comment.