añade dependencias workbench-script

This commit is contained in:
pedro 2024-10-16 00:32:02 +02:00
parent a2e33d2b13
commit a3644afc2b
1 changed files with 18 additions and 0 deletions

18
install-dependencies.sh Executable file
View File

@ -0,0 +1,18 @@
#!/bin/sh
# Copyright (c) 2024 Pedro <copyright@cas.cat>
# SPDX-License-Identifier: AGPL-3.0-or-later
set -e
set -u
# DEBUG
set -x
main() {
sudo apt install smartmontools lshw hwinfo dmidecode
}
main "${@}"
# written in emacs
# -*- mode: shell-script; -*-