Skip to content

Commit 4443a2b

Browse files
authored
add instructions for ubuntu 22.04 (#3727)
The instructions currently end at ubuntu 20.04, which can give the impression that 22.04 is not supported. Tested for 22.04 and worked.
1 parent 6b9a1c0 commit 4443a2b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,13 @@ brew link --overwrite azure-functions-core-tools@3
123123

124124
#### 1. Set up package feed
125125

126+
##### Ubuntu 22.04
127+
128+
```bash
129+
wget -q https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb
130+
sudo dpkg -i packages-microsoft-prod.deb
131+
```
132+
126133
##### Ubuntu 20.04
127134

128135
```bash

0 commit comments

Comments
 (0)