mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Correct sourcing of gash
This commit is contained in:
4
.github/workflows/stack-size.yml
vendored
4
.github/workflows/stack-size.yml
vendored
@@ -42,9 +42,11 @@ jobs:
|
|||||||
OS=${{ runner.os }}
|
OS=${{ runner.os }}
|
||||||
if [ "$OS" = "Linux" ]; then
|
if [ "$OS" = "Linux" ]; then
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install -y ksh bash dash zsh busybox posh mksh gash yash
|
sudo apt install -y ksh bash dash zsh busybox posh mksh yash
|
||||||
sudo ln -s "$(which busybox)" /usr/bin/ash
|
sudo ln -s "$(which busybox)" /usr/bin/ash
|
||||||
sudo ln -s "$(which busybox)" /usr/bin/hush
|
sudo ln -s "$(which busybox)" /usr/bin/hush
|
||||||
|
wget http://ftp.us.debian.org/debian/pool/main/g/gash/gash_0.3.1-1_amd64.deb
|
||||||
|
sudo apt install ./gash_0.3.1-1_amd64.deb
|
||||||
SHELLS="sh ksh bash dash zsh ash hush posh mksh lksh gash yash"
|
SHELLS="sh ksh bash dash zsh ash hush posh mksh lksh gash yash"
|
||||||
fi
|
fi
|
||||||
# macOS has the benefit of packaging `oksh`, `osh`, and having distinct core tools
|
# macOS has the benefit of packaging `oksh`, `osh`, and having distinct core tools
|
||||||
|
|||||||
Reference in New Issue
Block a user