minor changes

This commit is contained in:
Solomon Laing 2021-08-29 22:22:02 +09:30
parent 251c4b09ed
commit 4adabc1a6f
3 changed files with 3 additions and 3 deletions

View File

@ -38,8 +38,8 @@ failures=()
# run though each dependency and install it if it's not already installed
for dependency in $dependencies
do
clear
sudo -v
clear
if ! yay -Qi $dependency &> /dev/null; then
echo "Installing $dependency and it's dependencies..."
yay -S --noconfirm $dependency

View File

@ -57,8 +57,8 @@ failures=()
# run though each dependency and install it if it's not already installed
for dependency in $dependencies
do
clear
sudo -v
clear
if ! yay -Qi $dependency &> /dev/null; then #TODO: check whether this works as I'm expecting...
echo "Installing $dependency and it's dependencies..."
yay -S --noconfirm $dependency

View File

@ -38,8 +38,8 @@ failures=()
# run though each dependency and install it if it's not already installed
for dependency in $dependencies
do
clear
sudo -v
clear
if ! yay -Qi $dependency &> /dev/null; then
echo "Installing $dependency and it's dependencies..."
yay -S --noconfirm $dependency