mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Fix URLs for :nativeinstall
and :nativeupdate
This commit is contained in:
parent
bf920989f3
commit
bf9ccc1807
1 changed files with 2 additions and 2 deletions
|
@ -264,9 +264,9 @@ const DEFAULTS = o({
|
||||||
nativeinstallcmd:
|
nativeinstallcmd:
|
||||||
"curl -fsSl https://raw.githubusercontent.com/cmcaine/tridactyl/master/native/install.sh | bash",
|
"curl -fsSl https://raw.githubusercontent.com/cmcaine/tridactyl/master/native/install.sh | bash",
|
||||||
win_powershell_nativeinstallcmd:
|
win_powershell_nativeinstallcmd:
|
||||||
"Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/gsbabil/tridactyl/master/native/win_install.ps1'))",
|
"Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/cmcaine/tridactyl/master/native/win_install.ps1'))",
|
||||||
win_cmdexe_nativeinstallcmd:
|
win_cmdexe_nativeinstallcmd:
|
||||||
'@"%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -NoProfile -InputFormat None -Command "iex ((New-Object System.Net.WebClient).DownloadString(\'https://raw.githubusercontent.com/gsbabil/tridactyl/master/native/win_install.ps1\'))"',
|
'@"%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -NoProfile -InputFormat None -Command "iex ((New-Object System.Net.WebClient).DownloadString(\'https://raw.githubusercontent.com/cmcaine/tridactyl/master/native/win_install.ps1\'))"',
|
||||||
profiledir: "auto",
|
profiledir: "auto",
|
||||||
|
|
||||||
// Container settings
|
// Container settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue