mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-12-08 23:18:06 +00:00
deploy script almost done! :D
This commit is contained in:
@@ -18,7 +18,7 @@ pacman-key --populate archlinux
|
||||
# with USA and worldwide mirrors but eh.
|
||||
echo "----> Setting up mirror list"
|
||||
mv /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
|
||||
cat > /etc/pacman.d/mirrorlist <<-`EOM05594313219813`
|
||||
cat <<- 'EOM05594313219813' > /etc/pacman.d/mirrorlist
|
||||
# Server list generated by rankmirrors on 2017-11-03
|
||||
##
|
||||
## Arch Linux repository mirrorlist
|
||||
@@ -32,7 +32,8 @@ cat > /etc/pacman.d/mirrorlist <<-`EOM05594313219813`
|
||||
Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.math.princeton.edu/pub/archlinux/$repo/os/$arch
|
||||
`EOM05594313219813`
|
||||
EOM05594313219813
|
||||
cat /etc/pacman.d/mirrorlist
|
||||
|
||||
# Do an update and install some packages.
|
||||
echo "----> Updating and installing base-devel, git, htop, vim, and cowsay"
|
||||
|
||||
Reference in New Issue
Block a user