Skip to content

Commit

Permalink
fixed broken filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Mar 27, 2022
1 parent d638913 commit 72e1b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installers/ubuntu-20.04-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function install_arm_live_env() {
sudo chown arm:arm arm.yaml
sudo mkdir -p /etc/arm/
create_arm_config_symlink
sudo chmod +x /opt/arm/scripts/arm_wrapper.sh
sudo chmod +x /opt/arm/scripts/thickclient/arm_wrapper.sh
sudo chmod +x /opt/arm/scripts/update_key.sh
}

Expand Down

0 comments on commit 72e1b41

Please sign in to comment.