mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-27 10:42:20 -04:00
code-server-awscli update/add workflows
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
apt-get update
|
||||
@@ -1,15 +0,0 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo "*** AWSCLI Installer ***"
|
||||
echo "Checking if awscli is installed"
|
||||
|
||||
if ! aws -v COMMAND &> /dev/null; then
|
||||
echo "awscli not installed, installing now..."
|
||||
if ! pip3 -v COMMAND &> /dev/null; then
|
||||
echo "pip3 not installed, installing now..."
|
||||
apt-get install python3 python3-pip -y
|
||||
fi
|
||||
pip3 install awscli
|
||||
else
|
||||
echo "awscli already installed, skipping!"
|
||||
fi
|
||||
Reference in New Issue
Block a user