Update aws_first_launch_setup.sh
Browse files
aws_first_launch_setup.sh
CHANGED
@@ -34,3 +34,6 @@ if [ ! -f "/data/.swap/swapfile" ]; then
|
|
34 |
sudo swapon /data/.swap/swapfile
|
35 |
fi
|
36 |
sudo swapon --show
|
|
|
|
|
|
|
|
34 |
sudo swapon /data/.swap/swapfile
|
35 |
fi
|
36 |
sudo swapon --show
|
37 |
+
|
38 |
+
# Other settings
|
39 |
+
git config --global credential.helper store
|