Compare commits
No commits in common. "cb5e1e1524acdc9dd5301f6344f3fb2f54e95469" and "d9a075139a63538a49846e59b52e36b251e74027" have entirely different histories.
cb5e1e1524
...
d9a075139a
@ -13,7 +13,6 @@ var_disk="${var_disk:-4}"
|
|||||||
var_os="${var_os:-debian}"
|
var_os="${var_os:-debian}"
|
||||||
var_version="${var_version:-13}"
|
var_version="${var_version:-13}"
|
||||||
var_unprivileged="${var_unprivileged:-1}"
|
var_unprivileged="${var_unprivileged:-1}"
|
||||||
var_gpu="${var_gpu:-yes}"
|
|
||||||
|
|
||||||
header_info "$APP"
|
header_info "$APP"
|
||||||
variables
|
variables
|
||||||
|
|||||||
@ -16,10 +16,6 @@ update_os
|
|||||||
fetch_and_deploy_gh_release "nodecast-tv" "technomancer702/nodecast-tv"
|
fetch_and_deploy_gh_release "nodecast-tv" "technomancer702/nodecast-tv"
|
||||||
setup_nodejs
|
setup_nodejs
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
|
||||||
$STD apt install -y ffmpeg
|
|
||||||
msg_ok "Installed Dependencies"
|
|
||||||
|
|
||||||
msg_info "Installing Modules"
|
msg_info "Installing Modules"
|
||||||
cd /opt/nodecast-tv
|
cd /opt/nodecast-tv
|
||||||
$STD npm install
|
$STD npm install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user