Skip to content

Commit e8dd227

Browse files
committed
update: xattr command
1 parent 733b00c commit e8dd227

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/DownloadsSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function DownloadsSection() {
6262
[
6363
"brew tap devian-labs/tap",
6464
"brew install --cask devian-desktop",
65-
"xattr -dr com.apple.quarantine /Applications/Devian.app",
65+
"xattr -dr com.apple.quarantine /Applications/Devian\\ Desktop.app",
6666
].join("\n"),
6767
);
6868
setCopied(true);
@@ -122,7 +122,7 @@ export function DownloadsSection() {
122122
{"brew install --cask devian-desktop"}
123123
{"\n\n# If macOS blocks the app"}
124124
{"\n$ "}
125-
{"xattr -dr com.apple.quarantine /Applications/Devian.app"}
125+
{"xattr -dr com.apple.quarantine /Applications/Devian\\ Desktop.app"}
126126
</code>
127127
</div>
128128
</div>

0 commit comments

Comments
 (0)