trojblue commited on
Commit
a09ecea
·
verified ·
1 Parent(s): b093bfe

Update aws_first_launch_setup.sh

Browse files
Files changed (1) hide show
  1. aws_first_launch_setup.sh +3 -0
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