1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 12:45:18 +03:00
aports/testing/nushell/nushell.post-install
nibon7 f6276e5543 testing/nushell: add install scripts
Signed-off-by: nibon7 <nibon7@163.com>
2021-11-18 10:07:44 +00:00

3 lines
41 B
Bash

#!/bin/sh
add-shell '/usr/bin/nu'
exit 0