|
@@ -3810,16 +3810,6 @@ function install_editor {
|
3810
|
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
|
3813
|
function enable_zram {
|
3824
|
3814
|
if grep -Fxq "enable_zram" $COMPLETION_FILE; then
|
3825
|
3815
|
return
|
|
@@ -10524,7 +10514,6 @@ configure_firewall_for_avahi
|
10524
|
10514
|
configure_firewall_for_zeronet
|
10525
|
10515
|
configure_firewall_for_ipfs
|
10526
|
10516
|
create_repo_sources
|
10527
|
|
-enable_backports
|
10528
|
10517
|
configure_dns
|
10529
|
10518
|
initial_setup
|
10530
|
10519
|
install_tor
|