Pārlūkot izejas kodu

Backports now included

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
3b4f2b9e06
1 mainītis faili ar 0 papildinājumiem un 11 dzēšanām
  1. 0
    11
      src/freedombone

+ 0
- 11
src/freedombone Parādīt failu

3810
     echo 'install_editor' >> $COMPLETION_FILE
3810
     echo 'install_editor' >> $COMPLETION_FILE
3811
 }
3811
 }
3812
 
3812
 
3813
-function enable_backports {
3814
-    if grep -Fxq "enable_backports" $COMPLETION_FILE; then
3815
-        return
3816
-    fi
3817
-    if ! grep -Fxq "deb http://$DEBIAN_REPO/debian $DEBIAN_VERSION-backports main" /etc/apt/sources.list; then
3818
-        echo "deb http://$DEBIAN_REPO/debian $DEBIAN_VERSION-backports main" >> /etc/apt/sources.list
3819
-    fi
3820
-    echo 'enable_backports' >> $COMPLETION_FILE
3821
-}
3822
-
3823
 function enable_zram {
3813
 function enable_zram {
3824
     if grep -Fxq "enable_zram" $COMPLETION_FILE; then
3814
     if grep -Fxq "enable_zram" $COMPLETION_FILE; then
3825
         return
3815
         return
10524
 configure_firewall_for_zeronet
10514
 configure_firewall_for_zeronet
10525
 configure_firewall_for_ipfs
10515
 configure_firewall_for_ipfs
10526
 create_repo_sources
10516
 create_repo_sources
10527
-enable_backports
10528
 configure_dns
10517
 configure_dns
10529
 initial_setup
10518
 initial_setup
10530
 install_tor
10519
 install_tor