Remove auto-install of dependencies
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This ensures that the entire script is downloaded before execution
|
||||
{
|
||||
|
||||
sudo pacman -Syu
|
||||
sudo pacman -S yay
|
||||
|
||||
yay -Syu
|
||||
|
||||
yay -S tmux zsh vim git \
|
||||
terminator rofi feh xcompmgr \
|
||||
i3lock-fancy i3blocks ffcast
|
||||
|
||||
sudo pip install ntfy
|
||||
}
|
@@ -1,14 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This ensures that the entire script is downloaded before execution
|
||||
{
|
||||
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
|
||||
sudo apt install tmux zsh vim git\
|
||||
terminator rofi feh xcompmgr\
|
||||
i3lock-fancy i3blocks
|
||||
|
||||
sudo pip install ntfy
|
||||
}
|
Reference in New Issue
Block a user