Fix syntax errors.

This commit is contained in:
Ilya Kulakov
2023-11-27 17:44:15 -08:00
parent ded12a84c5
commit 885531c2d9
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ cask "asix-ax88179" do
"-pkg", staged_path/"AX88179_178A_Uninstall.pkg",
"-target", "/"
],
sudo: true,
sudo: true,
sudo_as_root: true
end
end
@@ -74,7 +74,7 @@ cask "asix-ax88179" do
"-pkg", staged_path/"AX88179_178A_Uninstall.pkg",
"-target", "/"
],
sudo: true,
sudo: true,
sudo_as_root: true
end
end
+1 -1
View File
@@ -23,7 +23,7 @@ cask "winclone" do
"-pkg", "#{staged_path}/Uninstaller/Uninstall Winclone.pkg",
"-target", "/"
],
sudo: true,
sudo: true,
sudo_as_root: true
end
+1 -1
View File
@@ -25,7 +25,7 @@ cask "wireshark-chmodbpf" do
"-pkg", "#{staged_path}/Uninstall ChmodBPF.pkg",
"-target", "/"
],
sudo: true,
sudo: true,
sudo_as_root: true
end
+2 -2
View File
@@ -78,14 +78,14 @@ cask "wireshark" do
"-pkg", "#{staged_path}/Uninstall ChmodBPF.pkg",
"-target", "/"
],
sudo: true,
sudo: true,
sudo_as_root: true
system_command "/usr/sbin/installer",
args: [
"-pkg", "#{staged_path}/Remove Wireshark from the system path.pkg",
"-target", "/"
],
sudo: true,
sudo: true,
sudo_as_root: true
end