diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2022-11-02 22:33:05 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2022-11-02 22:33:05 +0100 |
| commit | 093fc7bfae47a3ee91c2658bac609f72764b4be2 (patch) | |
| tree | 81f84458295084dbc2079caf83992ae717aabdff /bin/update-scripts-repo.sh | |
| parent | 98da0fa1869757734610ec34fbeb0396f26c0026 (diff) | |
| download | scripts-093fc7bfae47a3ee91c2658bac609f72764b4be2.tar.gz scripts-093fc7bfae47a3ee91c2658bac609f72764b4be2.tar.bz2 scripts-093fc7bfae47a3ee91c2658bac609f72764b4be2.zip | |
Renaming backup_usb32 and update-script-repo
Diffstat (limited to '')
| -rwxr-xr-x | bin/update-scripts-repo.sh (renamed from bin/update-script-repo.sh) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update-script-repo.sh b/bin/update-scripts-repo.sh index 2edf308..89bfa36 100755 --- a/bin/update-script-repo.sh +++ b/bin/update-scripts-repo.sh @@ -5,3 +5,4 @@ SCRIPTS_REPO_PATH="$HOME/workbench/scripts/" cp -rv "$HOME/.local/usr/local/bin" "$SCRIPTS_REPO_PATH" cp -rv "$HOME/workbench/auto-void-packages" "$SCRIPTS_REPO_PATH" +cp -rv "$HOME/workbench/ansible" "$SCRIPTS_REPO_PATH" |
