Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Fixes problem with deps during install (#61)
Browse files Browse the repository at this point in the history
* Fixes problem with deps during install

* Changed instal methode
  • Loading branch information
ludeeus authored and Landrash committed Oct 29, 2017
1 parent 41f763d commit b59069e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/opt/hassbian/suites/upgrade_hassbian-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function hassbian-script-show-long-info {
}

function hassbian-script-show-copyright-info {
echo "Original concept by Ludeeus <https://github.im/Ludeeus>"
echo "Original concept by Ludeeus <https://github.com/ludeeus>"
}

function hassbian-script-upgrade-package {
Expand All @@ -25,7 +25,7 @@ curl https://api.github.com/repos/home-assistant/hassbian-scripts/releases/lates
HASSBIAN_PACKAGE=$(ls | grep 'hassbian*')

echo "Installing newest release"
sudo dpkg -i $HASSBIAN_PACKAGE
sudo apt install -y /tmp/$HASSBIAN_PACKAGE

echo "Cleanup"
rm $HASSBIAN_PACKAGE
Expand Down

0 comments on commit b59069e

Please sign in to comment.