diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-19 14:58:31 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-19 14:58:31 +0530 |
commit | de8f4efb7e63060b5670b8c942fcba1cba5a818f (patch) | |
tree | ff16506f3ab42cef53767ad9e9c7f7084e148f61 | |
parent | 97dac1e75df7f353b9ccd6c02743716663f0d77e (diff) |
wallpaper link correction
-rwxr-xr-x | arch-magik.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-magik.sh b/arch-magik.sh index b24f145..32ef92f 100755 --- a/arch-magik.sh +++ b/arch-magik.sh @@ -181,7 +181,7 @@ wget -P $wallp https://images6.alphacoders.com/107/1078795.jpg && mkdir -p $HOME/pix/Wallpaper/betterlockscreen cp -r $wallp/* $HOME/pix/Wallpaper/betterlockscreen cd $wallp -wget https://ncloud.draconyan.xyz/s/WsXS3P5mM9wjrit/download && unzip download +wget https://ncloud.draconyan.xyz/s/y7aowcgtHyDxQ3J/download && unzip download #dotfiles management (Use GNU stow in future or not) cd ~/.dotfiles |