We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf63aa4 commit b009893Copy full SHA for b009893
Cloud9Setup/increase-disk-size.sh
@@ -53,7 +53,7 @@ else
53
sudo growpart /dev/nvme0n1 1
54
55
# Expand the size of the file system.
56
- # Check if we're on AL2
+ # Check if we're on AL2 or AL2023
57
STR=$(cat /etc/os-release)
58
AL2="VERSION_ID=\"2\""
59
AL2023="VERSION_ID=\"2023\""
Cloud9Setup/pre-requisites.sh
@@ -92,7 +92,7 @@ npm install -g aws-cdk@"^2.0.0"
92
#Install jq version 1.5
93
sudo yum -y install jq-1.5
94
95
-#Install pylint version 2.11.1
96
-python3 -m pip install pylint==2.11.1
+#Install pylint version 2.17.7
+python3 -m pip install pylint==2.17.7
97
98
python3 -m pip install boto3
0 commit comments