mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-01-15 11:57:57 +00:00
a
This commit is contained in:
parent
e2ca7cafd9
commit
b5cc99d39c
@ -38,10 +38,10 @@ cat > /etc/pacman.d/mirrorlist <<-`EOM05594313219813`
|
|||||||
`EOM05594313219813`
|
`EOM05594313219813`
|
||||||
|
|
||||||
# Do an update to make sure all is, well, updated!
|
# Do an update to make sure all is, well, updated!
|
||||||
pacman -Syu
|
pacman -Syu --noconfirm
|
||||||
|
|
||||||
# Install base-devel which includes gcc and jazz.
|
# Install git and base-devel which includes gcc and jazz.
|
||||||
pacman -S base-devel
|
pacman -S base-devel git --noconfirm
|
||||||
|
|
||||||
# Create temp dirs for installing stuff
|
# Create temp dirs for installing stuff
|
||||||
mkdir ~/tmp
|
mkdir ~/tmp
|
||||||
@ -63,6 +63,9 @@ cd yaourt
|
|||||||
makepkg -si
|
makepkg -si
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
rm -r -f ~/tmp
|
||||||
|
|
||||||
# Install htop and cowsay cause they are awesome
|
# Install htop and cowsay cause they are awesome
|
||||||
yaourt -S htop cowsay
|
yaourt -S htop cowsay
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user