modified: install/chmod.sh

modified:   install/openwrt.sh
modified:   install/pacman.sh
modified:   install/tree_cpy.sh
modified:   usr/bin/aur
modified:   usr/bin/brc
new file:   usr/bin/idea
modified:   usr/bin/mountcrypt
new file:   usr/bin/regex_gen
modified:   usr/etc/pam.d/system-local-login
modified:   usr/etc/resolv.conf
modified:   usr/etc/systemd/resolved.conf
modified:   usr/etc/systemd/system/tcpd.service
modified:   usr/home/.bash_aliases
modified:   usr/home/.bashrc
This commit is contained in:
archikid08
2026-02-23 18:27:06 +01:00
parent 17c83d081a
commit 08f385e20f
15 changed files with 53 additions and 67 deletions
-1
View File
@@ -10,7 +10,6 @@ chmod -R 771 $BIN_DIR
chmod -R 751 $SBIN_DIR
find $MACHINE_DIR -type d -exec chmod 775 {} \;
chown root:root /etc/pam.d/*
chmod 644 /etc/pam.d/*
exit 0