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

Commit

Permalink
rootfs update
Browse files Browse the repository at this point in the history
  • Loading branch information
heapbytes committed Mar 4, 2023
1 parent 81f6cd5 commit f51b2a2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/airootfs/root/customize_airootfs.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
#!/bin/bash

#setting permission for postinstall script
## Enable Chaotic AUR ##
pacman-key --init
pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com
pacman-key --lsign-key FBA220DFC880C036

## Set zsh as default shell for new user ##
sed -i -e 's#SHELL=.*#SHELL=/bin/zsh#g' /etc/default/useradd


#setting permission for postinstall script
chmod 777 /usr/local/bin/post_install.sh
chmod 777 /usr/local/bin/chrooted_post_install.sh

chmod 777 /usr/bin/post_install.sh
chmod 777 /usr/bin/chrooted_post_install.sh





0 comments on commit f51b2a2

Please # to comment.