Skip to content

Commit

Permalink
Fix: running mkdir as root in arch install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyitdev committed Jul 28, 2022
1 parent 6455c91 commit 4f0aeda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ install_aur_pkgs(){
create_default_directories(){
echo -e "${green}[*] Copying configs to $config_directory.${no_color}"
mkdir -p "$HOME"/.config
mkdir -p /usr/local/bin
mkdir -p /usr/share/themes
sudo mkdir -p /usr/local/bin
sudo mkdir -p /usr/share/themes
mkdir -p "$HOME"/Pictures/wallpapers
}
create_backup(){
Expand Down
Empty file modified scripts/lock
100644 → 100755
Empty file.

0 comments on commit 4f0aeda

Please sign in to comment.