apt-get yes
This commit is contained in:
parent
982205b49a
commit
19007ed008
1 changed files with 1 additions and 1 deletions
2
dev.bash
2
dev.bash
|
@ -8,7 +8,7 @@ set -euo pipefail
|
||||||
# Wrapping everything in a function to avoid partial download problems
|
# Wrapping everything in a function to avoid partial download problems
|
||||||
main() {
|
main() {
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install \
|
sudo apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
kate \
|
kate \
|
||||||
lua5.4 \
|
lua5.4 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue