From d6cc30f7d93752dcca16e706d486058711c0d159 Mon Sep 17 00:00:00 2001 From: blueingreen68 Date: Thu, 18 Jan 2024 15:24:45 +0500 Subject: update & archived rep --- Passwords.kdbx | Bin 19957 -> 0 bytes README.md | 4 ++++ library/cloneDotfiles.sh | 4 ++-- pkglist.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 Passwords.kdbx diff --git a/Passwords.kdbx b/Passwords.kdbx deleted file mode 100644 index 3884225..0000000 Binary files a/Passwords.kdbx and /dev/null differ diff --git a/README.md b/README.md index 7abc2b0..1c43d2a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # ARCHISOFILES +*** + +# ARCHIVED + Репозиторий с моими актуальным файлам `pkglist.txt` и установочником `install.sh`. diff --git a/library/cloneDotfiles.sh b/library/cloneDotfiles.sh index 2d7d432..2589c58 100755 --- a/library/cloneDotfiles.sh +++ b/library/cloneDotfiles.sh @@ -1,9 +1,9 @@ #!/bin/bash getKdbxFile () { - read -r passwordFile < <(yadisk-direct https://yadi.sk/d/o4TMFnHFobxTsw) + read -r passwordFileLink < <(yadisk-direct https://yadi.sk/d/o4TMFnHFobxTsw) - wget "$passwordFile" -O "$dirArchIsoFiles"/Passwords.kdbx + wget "$passwordFileLink" -O "$dirArchIsoFiles"/Passwords.kdbx } openKeepass () { diff --git a/pkglist.txt b/pkglist.txt index 9c34f7a..f3d72fc 100644 --- a/pkglist.txt +++ b/pkglist.txt @@ -21,6 +21,7 @@ gparted gptfdisk grim gst-plugin-pipewire +gum gvim habito htop @@ -94,7 +95,6 @@ ventoy-bin vi vifm vimiv -virtualbox virtualbox-ext-oracle virtualbox-guest-iso virtualbox-host-modules-arch -- cgit