Kaydet (Commit) 79f1bca2 authored tarafından Yahya YILDIRIM's avatar Yahya YILDIRIM

kod düzenlemesi yapıldı.

üst 60bf22a4
......@@ -27,7 +27,7 @@ if [[ "$(whoami)" != root ]]; then
exit 0
fi
if [[ `dpkg --status icedtea-netx > /dev/null 2>1 || echo $?` = "0" ]]; then
if [[ `echo $(apt show icedtea-netx 2>/dev/null | grep -w "APT-Manual-Installed: yes")` ]]; then
echo -e "${kirmizi}$(tarih) >>> İceTea Java Plugin Kaldırılıyor....${sifirla}"
apt remove --purge icedtea-netx -y > /dev/null 2>&1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment