diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-25 21:14:52 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-25 21:14:52 +0530 |
commit | de5f67555ac0c45708efefaa64bf788adb2257fc (patch) | |
tree | 87b2f2066452ccb057bf51dbdfcfce7951c75faa /arch-magik.sh | |
parent | a3488653ee697f1f9bf0807145ae82e9adb16735 (diff) |
installation error correction
Diffstat (limited to 'arch-magik.sh')
-rwxr-xr-x | arch-magik.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch-magik.sh b/arch-magik.sh index a67761c..4c4b5bb 100755 --- a/arch-magik.sh +++ b/arch-magik.sh @@ -153,14 +153,14 @@ git remote set-url origin git@github.com:justsaumit/dwmblocks.git cd $HOME git clone https://aur.archlinux.org/pikaur.git cd pikaur -makepkg -fsri +makepkg -fsri --noconfirm cd aurprogs='nerd-fonts-fira-code nerd-fonts-ubuntu-mono adobe-source-code-pro-fonts libxft-bgra picom-git betterlockscreen brave-bin brillo dragon-drop fsearch gotop-bin bashtop jdownloader2 librewolf-bin quich-git whatsapp-nativefier spotify ytfzf notepadqq arc-darkest-theme-git galculator gparted' -pikaur --noconfirm -S $aurprogs +sudo pikaur --noconfirm -S $aurprogs && wallp=~/pix/Wallpaper/w/wow mkdir -pv $wallp wget -P $wallp https://images5.alphacoders.com/125/1255724.jpg & |