Skip to content

Commit

Permalink
Update debian-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
theource authored Jul 2, 2022
1 parent 94bf45b commit 9c42c10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/installers/debian-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ function install_arm_requirements() {
at \
libdvd-pkg lsdvd
dpkg-reconfigure --frontend noninteractive libdvd-pkg
build_makemkv
build_handbrakecli
#build_makemkv
#build_handbrakecli
}

function build_handbrakecli(){
Expand Down Expand Up @@ -286,7 +286,9 @@ function install_armui_service() {

function launch_setup() {
echo -e "${RED}Launching ArmUI first-time setup${NC}"
python3 /opt/arm/arm/runui.py
sleep 5 # Waits 5 seconds, This gives time for service to start
curl --fail http://localhost:8080/ || exit 1
site_addr=$(sudo netstat -tlpn | awk '{ print $4 }' | grep ".*:${PORT}")
if [[ -z "$site_addr" ]]; then
echo -e "${RED}ERROR: ArmUI site is not running. Run \"sudo systemctl status armui\" to find out why${NC}"
Expand Down

0 comments on commit 9c42c10

Please sign in to comment.