From 65f60fcc86f9a457eeae06d4682901153583c020 Mon Sep 17 00:00:00 2001 From: Sajay <78424701+sajayprakash@users.noreply.github.com> Date: Sun, 24 Oct 2021 11:21:08 +0530 Subject: [PATCH] commit --- 0-preinstall.sh | 2 +- 1-setup.sh | 6 +++--- 2-user.sh | 4 ++-- README.md | 2 +- kderice-backup.sh | 2 +- kderice-restore.sh | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/0-preinstall.sh b/0-preinstall.sh index 28bc2a5..047818c 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -105,7 +105,7 @@ linux /vmlinuz-linux initrd /initramfs-linux.img options root=LABEL=ROOT rw rootflags=subvol=@ EOF -cp -R ~/autoarch /mnt/root/ +cp -R ~/AutoArch /mnt/root/ cp /etc/pacman.d/mirrorlist /mnt/etc/pacman.d/mirrorlist echo "--------------------------------------" echo "-- SYSTEM READY FOR 0-setup --" diff --git a/1-setup.sh b/1-setup.sh index 86731cb..3139d5b 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -265,14 +265,14 @@ fi echo -e "\nDone!\n" if ! source install.conf; then read -p "Please enter username:" username -echo "username=$username" >> ${HOME}/autoarch/install.conf +echo "username=$username" >> ${HOME}/AutoArch/install.conf fi if [ $(whoami) = "root" ]; then useradd -m -G wheel,libvirt -s /bin/bash $username passwd $username - cp -R /root/autoarch /home/$username/ - chown -R $username: /home/$username/autoarch + cp -R /root/AutoArch /home/$username/ + chown -R $username: /home/$username/AutoArch else echo "You are already a user proceed with aur installs" fi diff --git a/2-user.sh b/2-user.sh index 4080485..fac21e2 100755 --- a/2-user.sh +++ b/2-user.sh @@ -64,9 +64,9 @@ for PKG in "${PKGS[@]}"; do done export PATH=$PATH:~/.local/bin -cp -r $HOME/autoarch/dotfiles/* $HOME/.config/ +cp -r $HOME/AutoArch/dotfiles/* $HOME/.config/ pip install konsave -konsave -i $HOME/autoarch/kde.knsv +konsave -i $HOME/AutoArch/kde.knsv sleep 1 konsave -a kde diff --git a/README.md b/README.md index a7c7a85..2cbee83 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ From initial Prompt type the following commands: ``` pacman -Sy git git clone https://github.com/sajayprakash/AutoArch -cd autoarch +cd AutoArch ./autoarch.sh ``` diff --git a/kderice-backup.sh b/kderice-backup.sh index 851cf70..7147842 100755 --- a/kderice-backup.sh +++ b/kderice-backup.sh @@ -1,5 +1,5 @@ #!/bin/bash -cp -r $HOME/.config/kitty $HOME/autoarch/dotfiles/kitty +cp -r $HOME/.config/kitty $HOME/AutoArch/dotfiles/kitty konsave -s kde konsave -e kde \ No newline at end of file diff --git a/kderice-restore.sh b/kderice-restore.sh index c30efc9..c8586d5 100755 --- a/kderice-restore.sh +++ b/kderice-restore.sh @@ -1,8 +1,8 @@ #!/bin/bash export PATH=$PATH:~/.local/bin -cp -r $HOME/autoarch/dotfiles/* $HOME/.config/ +cp -r $HOME/AutoArch/dotfiles/* $HOME/.config/ pip install konsave -konsave -i $HOME/autoarch/kde.knsv +konsave -i $HOME/AutoArch/kde.knsv sleep 1 konsave -a kde