Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit f51b2a2

Browse files
committed
rootfs update
1 parent 81f6cd5 commit f51b2a2

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/airootfs/root/customize_airootfs.sh

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
#!/bin/bash
22

3-
#setting permission for postinstall script
3+
## Enable Chaotic AUR ##
4+
pacman-key --init
5+
pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com
6+
pacman-key --lsign-key FBA220DFC880C036
7+
8+
## Set zsh as default shell for new user ##
9+
sed -i -e 's#SHELL=.*#SHELL=/bin/zsh#g' /etc/default/useradd
410

11+
12+
#setting permission for postinstall script
513
chmod 777 /usr/local/bin/post_install.sh
614
chmod 777 /usr/local/bin/chrooted_post_install.sh
715

816
chmod 777 /usr/bin/post_install.sh
917
chmod 777 /usr/bin/chrooted_post_install.sh
1018

11-
12-
13-
14-

0 commit comments

Comments
 (0)