committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-04-26 13:36:37 +03:00
parent 747d9666ce
commit d01404fee5
4 changed files with 17 additions and 17 deletions

View File

@@ -23,23 +23,22 @@ case "$1" in
echo "Starting BestCrypt..."
rm -rf /dev/bcrypt?* 2>/dev/null
cd /usr/src/bestcrypt-3.3.0/build/ && for module in $(ls -lsa *.ko | awk '{print $10}' | cut -d "." -f1); do modprobe $module; done
#depmod -a
depmod -a
# modprobe bestcrypt
# modprobe bc_blowfish
# modprobe bc_des
# modprobe bc_gost
# modprobe bc_camellia
# modprobe bc_twofish
# modprobe bc_bf448
# modprobe bc_bf128
# modprobe bc_3des
# modprobe bc_idea
# modprobe bc_rijn
# modprobe bc_cast
# modprobe bc_serpent
# modprobe bc_rc6
modprobe bestcrypt
modprobe bc_blowfish
modprobe bc_des
modprobe bc_gost
modprobe bc_camellia
modprobe bc_twofish
modprobe bc_bf448
modprobe bc_bf128
modprobe bc_3des
modprobe bc_idea
modprobe bc_rijn
modprobe bc_cast
modprobe bc_serpent
modprobe bc_rc6
#modprobe bc_noop