소스 검색

Update C2.sh

assume-breach 2 년 전
부모
커밋
2700a8c532
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      AutoC2/AutoC2/C2.sh

+ 3 - 1
AutoC2/AutoC2/C2.sh

@@ -110,8 +110,10 @@ read Random2
 echo ""
 echo "Enter A Different Random Word!"
 read Random3
+apt --fix-broken install
 
-apt install -y docker.io
+apt install -y docker
+apt --fix-broken install
 
 custom1=$(echo $custom1 | md5sum | head -c 20)