semilicon fix
This commit is contained in:
parent
32d09b764b
commit
04e4e98525
@ -24,7 +24,7 @@ function tools_add-debian() {
|
||||
chroot "$chroot_dir" /bin/bash -c "apt-get install -y $tools_list" | grep -v "wird eingerichtet ..." | grep -v "Vormals nicht ausgewähltes Paket" | grep -v "Entpacken von" | grep -v "Holen: " | grep -v "Trigger für" | grep -v "update-alternatives:"
|
||||
echo "done"
|
||||
}
|
||||
function tools_add() { tools_add-debian $@ }
|
||||
function tools_add() { tools_add-debian $@; }
|
||||
|
||||
#os_update [chroot_dir]
|
||||
function os_update-debian() {
|
||||
@ -40,7 +40,7 @@ function os_update-debian() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function os_update() { os_update-debian $@ }
|
||||
function os_update() { os_update-debian $@; }
|
||||
|
||||
#proxy_enable [chroot_dir] [proxy_host] [proxy_port]
|
||||
function proxy_enable-debian() {
|
||||
@ -79,7 +79,7 @@ function proxy_enable-debian() {
|
||||
fi
|
||||
fi
|
||||
}
|
||||
function proxy_enable() { proxy_enable-debian $@ }
|
||||
function proxy_enable() { proxy_enable-debian $@; }
|
||||
|
||||
#dns_set [chroot_dir] [domain] [nameserver]
|
||||
function dns_set-debian() {
|
||||
@ -95,4 +95,4 @@ function dns_set-debian() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function dns_set() { dns_set-debian $@ }
|
||||
function dns_set() { dns_set-debian $@; }
|
||||
|
@ -26,7 +26,7 @@ function iso_create-desinfect.15() {
|
||||
|
||||
iso_create-debian "$chroot_path" "$iso_extr_dir" "$iso_aim" "$iso_lable"
|
||||
}
|
||||
function iso_create() { iso_create-desinfect.15 $@ }
|
||||
function iso_create() { iso_create-desinfect.15 $@; }
|
||||
|
||||
#chroot_initial-desinfect.15 [chroot_dir]
|
||||
function chroot_initial-desinfect.15() {
|
||||
@ -50,7 +50,7 @@ function chroot_initial-desinfect.15() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function iso_create() { iso_create-desinfect.15 $@ }
|
||||
function iso_create() { iso_create-desinfect.15 $@; }
|
||||
|
||||
#chroot_umount-desinfect.15 [chroot_dir]
|
||||
function chroot_umount-desinfect.15() {
|
||||
@ -76,7 +76,7 @@ function chroot_umount-desinfect.15() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function chroot_umount() { chroot_umount-desinfect.15 $@ }
|
||||
function chroot_umount() { chroot_umount-desinfect.15 $@; }
|
||||
|
||||
#proxy_enable-desinfect.15 [chroot_dir] [proxy_host] [proxy_port]
|
||||
function proxy_enable-desinfect.15() {
|
||||
@ -108,7 +108,7 @@ function proxy_enable-desinfect.15() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function proxy_enable() { proxy_enable-desinfect.15 $@ }
|
||||
function proxy_enable() { proxy_enable-desinfect.15 $@; }
|
||||
|
||||
#sourcelist_desinfect_set_nomal2015 [chroot_dir]
|
||||
function sourcelist_desinfect_set_nomal2015() {
|
||||
@ -212,7 +212,7 @@ function os_update-desinfect.15() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function os_update() { os_update-desinfect.15 $@ }
|
||||
function os_update() { os_update-desinfect.15 $@; }
|
||||
|
||||
#tools_add-desinfect.15 [chroot_dir] [tools_list]
|
||||
function tools_add-desinfect.15() {
|
||||
@ -224,4 +224,4 @@ function tools_add-desinfect.15() {
|
||||
tools_add-debian "$chroot_dir" "$tools_list"
|
||||
sourcelist_desinfect_set_nomal2015 "$chroot_dir"
|
||||
}
|
||||
function tools_add() { tools_add-desinfect.15 $@ }
|
||||
function tools_add() { tools_add-desinfect.15 $@; }
|
||||
|
@ -28,7 +28,7 @@ function chroot_initial-desinfect.16() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function chroot_initial() { chroot_initial-desinfect.16 $@ }
|
||||
function chroot_initial() { chroot_initial-desinfect.16 $@; }
|
||||
|
||||
#chroot_umount-desinfect.16 [chroot_dir]
|
||||
function chroot_umount-desinfect.16() {
|
||||
@ -51,7 +51,7 @@ function chroot_umount-desinfect.16() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function chroot_umount() { chroot_umount-desinfect.16 $@ }
|
||||
function chroot_umount() { chroot_umount-desinfect.16 $@; }
|
||||
|
||||
#proxy_enable-desinfect.16 [chroot_dir] [proxy_host] [proxy_port]
|
||||
function proxy_enable-desinfect.16() {
|
||||
@ -95,7 +95,7 @@ function proxy_enable-desinfect.16() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function proxy_enable() { proxy_enable-desinfect.16 $@ }
|
||||
function proxy_enable() { proxy_enable-desinfect.16 $@; }
|
||||
|
||||
#sourcelist_desinfect_set_nomal2016 [chroot_dir]
|
||||
function sourcelist_desinfect_set_nomal2016() {
|
||||
@ -247,7 +247,7 @@ function os_update-desinfect.16() {
|
||||
|
||||
echo "update virus definitions done"
|
||||
}
|
||||
function os_update() { os_update-desinfect.16 $@ }
|
||||
function os_update() { os_update-desinfect.16 $@; }
|
||||
|
||||
#tools_add-desinfect.16 [chroot_dir] [tools_list]
|
||||
function tools_add-desinfect.16() {
|
||||
@ -259,4 +259,4 @@ function tools_add-desinfect.16() {
|
||||
tools_add-debian "$chroot_dir" "$tools_list"
|
||||
sourcelist_desinfect_set_nomal2016 "$chroot_dir"
|
||||
}
|
||||
function tools_add() { tools_add-desinfect.16 $@ }
|
||||
function tools_add() { tools_add-desinfect.16 $@; }
|
||||
|
@ -162,7 +162,7 @@ function os_update-desinfect.17() {
|
||||
|
||||
echo "update virus definitions done"
|
||||
}
|
||||
function os_update() { os_update-desinfect.17 $@ }
|
||||
function os_update() { os_update-desinfect.17 $@; }
|
||||
|
||||
#proxy_enable-desinfect.17 [chroot_dir] [proxy_host] [proxy_port]
|
||||
function proxy_enable-desinfect.17() {
|
||||
@ -237,7 +237,7 @@ function proxy_enable-desinfect.17() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
function proxy_enable() { proxy_enable-desinfect.17 $@ }
|
||||
function proxy_enable() { proxy_enable-desinfect.17 $@; }
|
||||
|
||||
#tools_add-desinfect.17 [chroot_dir] [tools_list]
|
||||
function tools_add-desinfect.17() {
|
||||
@ -249,4 +249,4 @@ function tools_add-desinfect.17() {
|
||||
tools_add-debian "$chroot_dir" "$tools_list"
|
||||
sourcelist_desinfect_set_nomal2017 "$chroot_dir"
|
||||
}
|
||||
function tools_add() { tools_add-desinfect.17 $@ }
|
||||
function tools_add() { tools_add-desinfect.17 $@; }
|
||||
|
Loading…
Reference in New Issue
Block a user