diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-02-08 08:28:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 08:28:17 +0700 |
commit | 7879736d95bf6d938f4421462093df0e299e6ee9 (patch) | |
tree | a4a0b3389420c0c906306f686c3150365d79e634 /system/powershell/doinst.sh | |
parent | c6eb894623ce24cd8ea14385d6e0b17f1f5613fe (diff) |
system/powershell: Added (command-line shell).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/powershell/doinst.sh')
-rw-r--r-- | system/powershell/doinst.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/powershell/doinst.sh b/system/powershell/doinst.sh new file mode 100644 index 0000000000000..4b87024f0b733 --- /dev/null +++ b/system/powershell/doinst.sh @@ -0,0 +1,2 @@ +chmod +x /opt/microsoft/powershell/pwsh +ln -s /opt/microsoft/powershell/pwsh /usr/bin/pwsh |