Clean prerequisites and fix css outline for tabs

This commit is contained in:
Julien Vaubourg
2015-09-29 18:01:10 +02:00
parent 4ca40efb43
commit 6fd4b34055
6 changed files with 52 additions and 47 deletions

View File

@@ -12,6 +12,8 @@ path=$(ynh_setting hotspot path)
wifi_ssid=$(ynh_setting hotspot wifi_ssid)
wifi_passphrase=$(ynh_setting hotspot wifi_passphrase)
source ./prerequisites
if dpkg -l firmware-linux-nonfree &> /dev/null; then
firmware_nonfree=yes
else