Added -y to apt
This commit is contained in:
parent
33a3fbadd2
commit
efbb91892d
2
setup.sh
2
setup.sh
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
bash -c "sudo apt install inxi"
|
bash -c "sudo apt install inxi -y"
|
||||||
bash -c "sudo mkdir /etc/update-motd.d/old"
|
bash -c "sudo mkdir /etc/update-motd.d/old"
|
||||||
bash -c "sudo mv /etc/update-motd.d/* /etc/update-motd.d/old/"
|
bash -c "sudo mv /etc/update-motd.d/* /etc/update-motd.d/old/"
|
||||||
bash -c "sudo cat <<EOF > /etc/update-motd.d/00-custom
|
bash -c "sudo cat <<EOF > /etc/update-motd.d/00-custom
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user