This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import urllib3 | |
import requests | |
def lambda_handler(event, context): | |
""" lambda handler function """ | |
session = event['session'] | |
request = event['request'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb http://ftp.es.debian.org/debian/ stable main contrib non-f$ | |
deb http://ftp.es.debian.org/debian/ stable-updates main contr$ | |
deb http://security.debian.org/ stable/updates main | |
deb http://ftp.debian.org/debian stretch-backports main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Load Antergos ISO | |
If using UEFI, please also try CD/DVD option if USB one is not working | |
2. Wait until Cnchi loads... it should update to the latest version. Close it. | |
3. Open gnome-terminal | |
4. Edit /etc/pacman.d/antergos-mirrorlist | |
sudo nano /etc/pacman.d/antergos-mirrorlist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please, use this ONLY if mirrors are failing and you are unable to install Antergos. | |
1. Edit /etc/pacman.d/antergos-mirrorlist | |
sudo nano /etc/pacman.d/antergos-mirrorlist | |
Leave only this server | |
Server = http://mirrors.antergos.com/$repo/$arch | |
2. Edit /etc/pacman.conf and remove staging repository (leave it commented) | |
#[antergos-staging] |