Changeset - c46ebfc9412c
[Not reviewed]
master
0 1 0
x - 3 hours ago 2026-02-12 17:15:25
xbr@c3l.lu
add: missing clang dependency
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
build_script/freifunk_root.sh
Show inline comments
 
@@ -13,13 +13,13 @@ install_packages() {
 
    log "Installing packages..."
 

	
 
    apt update && apt upgrade -y
 
    # Installing QoL packages (1) then gluon deps (2)
 
    # ! Debian 13-specific !
 
    apt install -y htop tmux vim sudo mosh \
 
                git python3 python-is-python3 python3-setuptools build-essential llvm ecdsautils gawk unzip libncurses5-dev zlib1g-dev libssl-dev libelf-dev wget rsync time qemu-utils
 
                git python3 python-is-python3 python3-setuptools build-essential llvm clang ecdsautils gawk unzip libncurses5-dev zlib1g-dev libssl-dev libelf-dev wget rsync time qemu-utils
 
}
 

	
 
create_user() {
 
    log "Creating user..."
 

	
 
    # user: forcing bash, and needs (passwordless) sudo
0 comments (0 inline, 0 general)