Proxmox : Alamat Repository Proxmox

Oleh : Tim Infrastruktur Rumah Ilmu Indonesia

بسم الله الرحمن الرحيم

Untuk dapat menggunakan repository proxmox kita dapat menambahkan alamat berikut ke file sources.list :

[code language=”text”]

http://download.proxmox.com/debian wheezy pve-no-subscription

[/code]

Dapat pula dilakukan dengan satu baris perintah di console seperti berikut :

[code language=”text”]

echo "deb http://download.proxmox.com/debian wheezy pve-no-subscription" >> /etc/apt/sources.list

[/code]

Untuk mendapatkan key kita dapat mengetikkan perintah berikut di console :

[code language=”text”]

wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add –

[/code]

Dan seperti biasa, setelahnya kita dapat melakukan update dan upgrade

[code language=”text”]

apt-get update && apt-get dist-upgrade

[/code]

About Reza Ervani 425 Articles
Adalah pendiri programming.rezaervani.com -

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.