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

Commit

Permalink
Mininum tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
telmotrooper committed Aug 29, 2019
1 parent 4da6e07 commit 5ac8201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
print("\nSetting keyboard layout to " + yellow + "br-abnt2" + reset)
os.system("loadkeys br-abnt2")

print("Writing brazilian mirrors to Pacman's mirrorlist.")
print("Writing brazilian mirrors to Pacman's mirrorlist")
os.system("wget -qO- 'https://www.archlinux.org/mirrorlist/?country=BR&use_mirror_status=on' | sed 's/#S/S/g' | sed '/## Brazil/d' > /etc/pacman.d/mirrorlist")

print("Setting timezone to " + yellow + "America/Sao_Paulo" + reset)
Expand Down

0 comments on commit 5ac8201

Please sign in to comment.