2020-10-07 13:49:40 +05:00
|
|
|
#!/bin/bash -e
|
2019-12-13 09:48:00 -05:00
|
|
|
################################################################################
|
|
|
|
|
## File: powershellcore.sh
|
|
|
|
|
## Desc: Installs powershellcore
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
# Install Powershell
|
2020-12-31 10:00:43 +03:00
|
|
|
apt-get install -y powershell
|