Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
Clean up help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Erazem Kokot committed Apr 13, 2020
1 parent 2c35313 commit 5c41eea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -454,15 +454,14 @@ copy_config_files() {
sudo mkdir "${squashfs}"/usr/lib/anarchy
sudo cp "${working_dir}"/lib/* "${squashfs}"/usr/lib/anarchy/

# Copy over extra files (dot files, desktop configurations, help file, issue file, hostname file)
# Copy over extra files (dot files, desktop configurations, issue file, hostname file)
echo -e "Adding dot files and desktop configurations to iso ..." | log
sudo rm "${squashfs}"/root/install.txt
sudo cp "${working_dir}"/extra/shellrc/.zshrc "${squashfs}"/root/
sudo cp "${working_dir}"/extra/.help "${working_dir}"/extra/.dialogrc "${squashfs}"/root/
sudo cp "${working_dir}"/extra/.dialogrc "${squashfs}"/root/
sudo cp "${working_dir}"/extra/shellrc/.zshrc "${squashfs}"/etc/zsh/zshrc
sudo cp -r "${working_dir}"/extra/shellrc/. "${squashfs}"/usr/share/anarchy/extra/
sudo cp -r "${working_dir}"/extra/desktop "${working_dir}"/extra/fonts "${working_dir}"/extra/anarchy-icon.png "${squashfs}"/usr/share/anarchy/extra/
cat "${working_dir}"/extra/.helprc | sudo tee -a "${squashfs}"/root/.zshrc >/dev/null
sudo cp "${working_dir}"/etc/hostname "${working_dir}"/etc/issue_cli "${squashfs}"/etc/
sudo cp -r "${working_dir}"/boot/splash.png "${working_dir}"/boot/loader/ "${squashfs}"/usr/share/anarchy/boot/
sudo cp "${working_dir}"/etc/nvidia340.xx "${squashfs}"/usr/share/anarchy/etc/
Expand Down

0 comments on commit 5c41eea

Please sign in to comment.