Skip to content

Commit

Permalink
ubuntu sh -> bash from dash
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-wenxiang authored Jun 27, 2024
1 parent b432ad1 commit 81d722a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion reference/release-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,26 @@

### 2.1.2 Ubuntu 22.04

1. `apt-get install docker.io docker-compose`
安装 docker-compose

```bash
apt-get install docker.io docker-compose
```

sh 指向 bash

```console
root@openv2x-cicd:~/src# dpkg-reconfigure dash
Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'
Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'
Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'
Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'

# 选否

root@openv2x-cicd:~/src# ls -al /usr/bin/sh
lrwxrwxrwx 1 root root 4 Jun 27 16:26 /usr/bin/sh -> bash
```

### 2.1.3 CentOS 7.9 2009

Expand Down

0 comments on commit 81d722a

Please sign in to comment.