diff --git a/arch/_old/README.md b/arch/_old/README.md new file mode 100644 index 0000000..079ec38 --- /dev/null +++ b/arch/_old/README.md @@ -0,0 +1,7 @@ +# OLD + +The graveyard for old parts of this project. + +Entries: +* Sat Feb 11 03:26:07 PM ACDT 2023, my scripts are now just in my config in + `$HOME/.local/bin`. diff --git a/arch/install-scripts b/arch/_old/install-scripts similarity index 100% rename from arch/install-scripts rename to arch/_old/install-scripts diff --git a/arch/setup b/arch/setup index eb1dbfd..f0fccb1 100755 --- a/arch/setup +++ b/arch/setup @@ -41,14 +41,14 @@ function update_system { echo "The system needs to be updated before this installation can happen. The upgrades will be applied without any user oversight which may be dangerous for out of date systems." read -r -p "Are you sure you want to continue? [Y/n] " input case $input in - [nN][oO] | [nN]) - exit 0 - ;; - *) - # Make sure everything is up to date - echo "Making sure everything is up to date..." - yay -Syyu --noconfirm - ;; + [nN][oO] | [nN]) + exit 0 + ;; + *) + # Make sure everything is up to date + echo "Making sure everything is up to date..." + yay -Syyu --noconfirm + ;; esac } @@ -79,15 +79,6 @@ function install_misc { fi } -# install my scripts -function install_scripts { - cd $working_dir - ./install-scripts - if [ $? -eq 1 ]; then - exit 1 - fi -} - function install_dmenu { cd $working_dir ./install-dmenu-inkletblot @@ -115,20 +106,19 @@ function configure_system { } function help { -echo "Usage is:" -echo " setup