Skip to content

Commit

Permalink
moved files to proper folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Mar 22, 2022
1 parent 59f5168 commit 558397a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ubuntu-20.04-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ function setup_syslog_rule() {
echo -e "${RED}ARM syslog rule found. Overwriting...${NC}"
sudo rm /etc/rsyslog.d/30-arm.conf
fi
sudo cp ./scripts/30-arm.conf /etc/rsyslog.d/30-arm.conf
sudo cp ./setup/30-arm.conf /etc/rsyslog.d/30-arm.conf
}

function install_armui_service() {
##### Run the ARM UI as a service
echo -e "${RED}Installing ARM service${NC}"
sudo mkdir -p /etc/systemd/system
sudo cp ./scripts/armui.service /etc/systemd/system/armui.service
sudo cp ./setup/armui.service /etc/systemd/system/armui.service

sudo systemctl daemon-reload
sudo chmod u+x /etc/systemd/system/armui.service
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 558397a

Please sign in to comment.