Remove auto-install of dependencies

This commit is contained in:
David Todd
2021-01-11 21:37:24 -06:00
parent ca3d62952d
commit 351b67de1e
3 changed files with 0 additions and 42 deletions

View File

@@ -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
}

View File

@@ -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
}