ฉัน (คิดว่าฉัน) จำเป็นต้องเพิ่ม ppa repo ไปยัง crunchbang (debian) ติดตั้ง:
( NB "raring" เป็นรุ่นของ Ubuntu ที่ตรงกับรุ่นของ debian ที่ฉันใช้) ดังนั้นฉันจึง:
sudo su -
# you can call the file anything that you want, but it has to end with .list to be a valid for apt-get
echo 'deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ raring main'>> /etc/apt/sources.list.d/boot-repair.list
# get the keys for that repo so that apt can verify the signed .deb files
wget http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/raring/Release.gpg
apt-key add Release.gpg
#gpg --search-keys 60D8DA0B
apt-get update
ส่วนใหญ่นี้จะมีการอธิบายในการบูตซ่อมแซมหน้า (แม้ว่าในท้ายที่สุดTestDiskแล้วGpartedเป็นสิ่งที่จริงฉันต้องการที่จะเรียกคืนพาร์ทิชันที่สูญหายและเสียหาย MBR.) นี่อาจจะไม่ใช่วิธี Debian (TM) แต่มัน ทำงานให้ฉัน
Repos debian บางรายการเป็น "รูปแบบเก่า" และจากนั้นคุณต้องการเพียงบรรทัดเช่น:
deb http://repo.alexx.net/apt/ /
# the trailing slash needs to be there
add-apt-repository นั้นดีถ้าคุณมี แต่มันน่าจะเป็น Ubuntu มากกว่า