Skip to content

Commit f5440b4

Browse files
committed
clean up repo rename
1 parent f262efa commit f5440b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

awsup.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env bash
22
#
3-
# https://github.com/flashbots/.aws
3+
# https://github.com/flashbots/awsup
44
#
55
#
66

77
set -eo pipefail
88
echo "🆙 Starting awsup..."
99

1010
TARGET_DIR="${HOME}/.aws"
11-
REPO_URL="https://github.com/flashbots/.aws.git"
11+
REPO_URL="https://github.com/flashbots/awsup.git"
1212

1313
DATE=$(date +%Y-%m-%d_%H-%M-%S)
1414
BACKUP_DIR="${TARGET_DIR}/backup-${DATE}"
@@ -40,8 +40,8 @@ handle_installation() {
4040

4141
git clone "${REPO_URL}" > /dev/null 2>&1
4242

43-
rm -rf .aws/.git
44-
cp -r .aws/* "${TARGET_DIR}/"
43+
rm -rf awsup/.git
44+
cp -r awsup/* "${TARGET_DIR}/"
4545

4646
if [[ "$OSTYPE" == "darwin"* ]]; then
4747
sed -i '' "s|/Users/anton/|$HOME/|g" "${TARGET_DIR}/credentials"

0 commit comments

Comments
 (0)