Shell Scripting : Menambahkan Repositori Debian: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

7 October 2025

  • curprev 20:4220:42, 7 October 2025Novy talk contribs 1,552 bytes +1,552 Created page with "Buat file baru dengan nama tambah_repositori.sh<syntaxhighlight lang="linuxconfig"> nano tambah_repositori.sh </syntaxhighlight>isikan script berikut ini :<syntaxhighlight lang="linuxconfig" line="1"> #!/bin/bash # Quick setup - hapus cdrom, tambah repo, update & upgrade sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup.$(date +%Y%m%d_%H%M%S) && \ sudo sed -i '/^deb cdrom/d' /etc/apt/sources.list && \ sudo cat >> /etc/apt/sources.list << 'EOF' # Debian 12 Repo..." Tag: Visual edit
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)