diff --git a/install-extra.sh b/install-extra.sh index 7d4eadb..db1cc34 100644 --- a/install-extra.sh +++ b/install-extra.sh @@ -1,6 +1,6 @@ #!/usr/bin/sh # Install GoLang -pacman -Sy go +pacman -Sy --noconfirm go # Install cordless git clone https://github.com/Bios-Marcel/cordless.git diff --git a/install-gui.sh b/install-gui.sh index 1f58687..fe8a66e 100644 --- a/install-gui.sh +++ b/install-gui.sh @@ -1,6 +1,6 @@ #!/usr/bin/sh # Install VSCode -pacman -Sy vscode +pacman -Sy --noconfirm vscode # VLC Media Player -pacman -Sy vlc \ No newline at end of file +pacman -Sy --noconfirm vlc \ No newline at end of file diff --git a/install.sh b/install.sh index 669a083..cee377d 100644 --- a/install.sh +++ b/install.sh @@ -1,10 +1,10 @@ #!/usr/bin/sh # Install VIM -pacman -Sy vim +pacman -Sy --noconfirm vim # Install Screen -pacman -Sy screen +pacman -Sy --noconfirm screen # Install NVM curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash @@ -20,11 +20,11 @@ nvm install --lts npm i -g yarn # Install rTorrent -pacman -Sy rtorrent +pacman -Sy --noconfirm rtorrent cp ./configurations/rtorrent.rc ~/.rtorrent.rc # RAR -pacman -Sy unrar +pacman -Sy --noconfirm unrar # GCC -pacman -Sy gcc \ No newline at end of file +pacman -Sy --noconfirm gcc \ No newline at end of file