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:
@@ -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
|
||||
|
||||
|
||||
Regular → Executable
@@ -31,6 +31,7 @@ pacman --noconfirm -S makepkg
|
||||
pacman --noconfirm -S tree
|
||||
pacman --noconfirm -S vim
|
||||
pacman --noconfirm -S iwctl
|
||||
pacman --noconfirm -S ncdu
|
||||
pacman --noconfirm -S pciutils
|
||||
pacman --noconfirm -S git-filter-repo
|
||||
pacman --noconfirm -S xorg-setxkbmap
|
||||
|
||||
+1
-3
@@ -9,6 +9,4 @@ USR_DIR=$(realpath $USR_DIR)
|
||||
#uses ssymbolic link otherwise crossdevice troubles
|
||||
cp -s -p -r -f -t / $USR_DIR/.
|
||||
|
||||
sudo chown root:root /
|
||||
sudo chown root:root /etc /var /run /dev /usr /sys
|
||||
sudo chmod 755 / /etc /var /usr
|
||||
sudo chown root:svr /etc /var /run /dev /usr /sys /
|
||||
|
||||
Reference in New Issue
Block a user