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

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
telmotrooper committed Aug 29, 2019
1 parent 459b9bc commit fd2de5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
os.system("timedatectl set-ntp true")
os.system("timedatectl set-timezone America/Sao_Paulo")

print("\nPlease, set your partitions now, format and mount them on /mnt. When you're done, run 'install_2.py'")
print("If all you want to do is to format all partitions and install Arch Linux you can run " + green + "quick_partitioning.py" + reset)
print("Otherwise, you can format your partitions yourself with " + yellow + "parted" + reset + " or a similar tool")
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")

0 comments on commit fd2de5b

Please sign in to comment.