File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def _install_linux():
2929
3030def _install_mac ():
3131 system (f'curl -LO { BASE_QUARTO_URL } quarto-macos.pkg' )
32- system ('sudo installer -pkg quarto-macos.pkg -target ~ /' )
32+ system ('sudo installer -pkg quarto-macos.pkg -target /' )
3333
3434def install_quarto ():
3535 "Install latest Quarto on macOS or Linux, prints instructions for Windows"
Original file line number Diff line number Diff line change 6767 " \n " ,
6868 " def _install_mac():\n " ,
6969 " system(f'curl -LO {BASE_QUARTO_URL}quarto-macos.pkg')\n " ,
70- " system('sudo installer -pkg quarto-macos.pkg -target ~ /')\n " ,
70+ " system('sudo installer -pkg quarto-macos.pkg -target /')\n " ,
7171 " \n " ,
7272 " def install_quarto():\n " ,
7373 " \" Install latest Quarto on macOS or Linux, prints instructions for Windows\"\n " ,
You can’t perform that action at this time.
0 commit comments