mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🚑 Fixes installation of custom packages (#1)
* 🔥 Fix typo for installing packages
* Update 80-user-packages.sh
This commit is contained in:
parent
024ee21e36
commit
313cc5f1d9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if bashio::config.has_value 'packages'; then
|
|||
|| bashio::exit.nok 'Failed updating Ubuntu packages repository indexes'
|
||||
|
||||
for package in $(bashio::config 'packages'); do
|
||||
apt add -y "$package" \
|
||||
apt-get install -y "$package" \
|
||||
|| bashio::exit.nok "Failed installing package ${package}"
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue