Skip to content

Commit 663e74d

Browse files
committed
PocketID: remove commented-out lines
1 parent 6fc8cbf commit 663e74d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

install/pocketid-install.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ setting_up_container
1313
network_check
1414
update_os
1515

16-
# msg_info "Installing Dependencies"
17-
# $STD apt-get install -y \
18-
# gpg \
19-
# gcc
20-
# msg_ok "Installed Dependencies"
21-
2216
read -r -p "${TAB3}What public URL do you want to use (e.g. pocketid.mydomain.com)? " public_url
2317
msg_info "Setup Pocket ID"
2418
RELEASE=$(curl -fsSL https://api.github.com/repos/pocket-id/pocket-id/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')

0 commit comments

Comments
 (0)