Utoljára aktív 6 months ago

waja gist felülvizsgálása 6 years ago. Revízióhoz ugrás

1 file changed, 8 insertions

jessie_fix_source_lists.sh(fájl létrehozva)

@@ -0,0 +1,8 @@
1 + #!/bin/bash
2 +
3 + # disable jessie-updates in /etc/apt/sources.list
4 + sed -i 's/\(.*jessie\-updates\)/#\1/' /etc/apt/sources.list
5 + # disable jessie-backports, it's deprecated
6 + sed -i 's/\(.*jessie\-backports\)/#\1/' /etc/apt/sources.list.d/jessie-backports.list
7 +
8 + apt-get update
Újabb Régebbi