mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Hotfix
This commit is contained in:
parent
be635e773c
commit
76d23e33f9
@ -4,7 +4,7 @@ source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh
|
|||||||
|
|
||||||
function update_system_packages() {
|
function update_system_packages() {
|
||||||
install_log "Updating sources"
|
install_log "Updating sources"
|
||||||
sudo apt-get update --allow-releaseinfo-change || install_error "Unable to update package list"
|
sudo apt-get update || install_error "Unable to update package list"
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_dependencies() {
|
function install_dependencies() {
|
||||||
|
Loading…
Reference in New Issue
Block a user