Skip to content

Commit

Permalink
Update to v1.6.3
Browse files Browse the repository at this point in the history
- Updated to v1.6.3
  • Loading branch information
tmiland committed Apr 29, 2022
1 parent 19b2bfd commit 60db4af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions invidious_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#### Maintained by @tmiland ####
######################################################################

VERSION='1.6.2' # Must stay on line 14 for updater to fetch the numbers
VERSION='1.6.3' # Must stay on line 14 for updater to fetch the numbers

#------------------------------------------------------------------------------#
#
Expand Down Expand Up @@ -228,7 +228,6 @@ if [[ $DISTRO_GROUP == "Debian" ]]; then
PRE_INSTALL_PKGS="apt-transport-https git curl sudo gnupg"
# Install packages
INSTALL_PKGS="crystal libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev librsvg2-bin postgresql libsqlite3-dev zlib1g-dev libpcre3-dev libevent-dev"

#Uninstall packages
UNINSTALL_PKGS="crystal libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev librsvg2-bin libsqlite3-dev zlib1g-dev libpcre3-dev libevent-dev"
# PostgreSQL Service
Expand Down

0 comments on commit 60db4af

Please sign in to comment.