浏览代码

Rename the update script as this is needed for more than just tautulli on PI's but not needed for ubuntu.

Robert Middleswarth 3 年之前
父节点
当前提交
743dad22f7
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      rpi_tautulli_update.sh

+ 0 - 7
rpi_tautulli_update.sh

@@ -1,7 +0,0 @@
-#!/bin/bash
-
-cd ~
-wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.2-2_armhf.deb
-sudo dpkg -i libseccomp2_2.5.2-2_armhf.deb
-rm -f libseccomp2_2.5.2-2_armhf.deb
-echo "Updating the libseccomp file is complete, you may now install Tautulli without issue."