Browse Source

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

Robert Middleswarth 3 years ago
parent
commit
743dad22f7
1 changed files with 0 additions and 7 deletions
  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."