mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Fix syntax errors.
This commit is contained in:
@@ -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
@@ -23,7 +23,7 @@ cask "winclone" do
|
||||
"-pkg", "#{staged_path}/Uninstaller/Uninstall Winclone.pkg",
|
||||
"-target", "/"
|
||||
],
|
||||
sudo: true,
|
||||
sudo: true,
|
||||
sudo_as_root: true
|
||||
end
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ cask "wireshark-chmodbpf" do
|
||||
"-pkg", "#{staged_path}/Uninstall ChmodBPF.pkg",
|
||||
"-target", "/"
|
||||
],
|
||||
sudo: true,
|
||||
sudo: true,
|
||||
sudo_as_root: true
|
||||
end
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user