@@ -106,7 +106,6 @@ class Magisk:
if os.path.exists(self.copy_dir):
shutil.rmtree(self.copy_dir)
os.makedirs(self.copy_dir, exist_ok=True)
os.makedirs(os.path.join(self.copy_dir, "sbin"), exist_ok=True)
# 架构映射
arch_map = {
The note is not visible to the blocked user.