Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4c57876b49b9357f4a99128dbadd9d104865828e?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update vault_setup.sh

pull/26/head
tteckster 3 years ago committed by GitHub
parent f8cf049e08
commit 4c57876b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,8 @@ apt-get -qqy install \
build-essential &>/dev/null build-essential &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Rust... \e[0m" echo -e "${CHECKMARK} \e[1;92m Installing Rust... \e[0m"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s &>/dev/null apt-get update &>/dev/null
curl -sSf https://sh.rustup.rs | sh -y &>/dev/null
echo 'export PATH=~/.cargo/bin:$PATH' >> ~/.bashrc &>/dev/null echo 'export PATH=~/.cargo/bin:$PATH' >> ~/.bashrc &>/dev/null
export PATH=~/.cargo/bin:$PATH &>/dev/null export PATH=~/.cargo/bin:$PATH &>/dev/null
which rustc &>/dev/null which rustc &>/dev/null

Loading…
Cancel
Save

Powered by BW's shoe-string budget.