mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-01 04:21:56 -04:00
code-server-powershell: initial release
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if [ -f "/powershell.deb" ]; then
|
||||
echo "Installing PowerShell"
|
||||
apt-get update
|
||||
apt-get install -y /powershell.deb
|
||||
rm /powershell.deb
|
||||
else
|
||||
echo "PowerShell already installed, skipping"
|
||||
fi
|
||||
Reference in New Issue
Block a user