@@ -20,7 +20,7 @@ just going to tell you to use Halyard.
2020
2121There are two ways you can install Halyard:
2222
23- * [ locally on Debian/Ubuntu or macOS ] ( #install-on-debianubuntu-and-macos )
23+ * [ locally on Debian/Ubuntu] ( #install-on-debianubuntu )
2424
2525 This can be on a desktop or laptop computer, or on a VM.
2626
@@ -31,26 +31,19 @@ We recommend you install Halyard on a machine with at least 12GB of RAM.
3131> ** Note** : If you need to run Halyard without access to public internet, read
3232> [ Deploy Custom Spinnaker Builds] ( /docs/guides/operator/custom-boms/ ) .
3333
34- ## Install on Debian/Ubuntu and macOS
34+ ## Install on Debian/Ubuntu
3535
3636Halyard runs on...
3737
3838* Ubuntu 18.04 or higher
3939* Debian 10 or higher
40- * macOS (tested on 10.13 High Sierra only)
4140
42411 . Get the latest version of Halyard:
4342
44- For Debian/Ubuntu:
4543 ``` bash
4644 curl -O https://raw.githubusercontent.com/spinnaker/halyard/master/install/debian/InstallHalyard.sh
4745 ```
4846
49- For macOS:
50- ``` bash
51- curl -O https://raw.githubusercontent.com/spinnaker/halyard/master/install/macos/InstallHalyard.sh
52- ```
53-
54471 . Install it:
5548
5649 ` sudo bash InstallHalyard.sh `
@@ -69,13 +62,14 @@ under `/var/log/spinnaker/halyard/halyard.log`.
6962To get help with any ` hal ` command, append ` -h ` . Also, see the [ Halyard command
7063Reference] ( /docs/reference/halyard/commands ) .
7164
72- ### Update Halyard on Debian/Ubuntu or macOS
65+ ### Update Halyard on Debian/Ubuntu
7366
7467``` bash
75- sudo update-halyard
68+ sudo apt-get update
69+ sudo apt --only-upgrade install spinnaker-halyard
7670```
7771
78- ### Uninstall Halyard from Debian/Ubuntu or macOS
72+ ### Uninstall Halyard from Debian/Ubuntu
7973
8074> __ Important__ : uninstalling Halyard deletes the entire contents of your ` ~/.hal `
8175 directory. Don't do it unless you're prepared to lose your configuration.
0 commit comments