added missing sudo statements
This commit is contained in:
		
							parent
							
								
									35ab8923a4
								
							
						
					
					
						commit
						4110902c99
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -3,9 +3,9 @@ | |||
| # This script can be run to update or newly install | ||||
| # the systemd services needed for  | ||||
| 
 | ||||
| cat systemd/plenumbot.service > /etc/systemd/system/plenumsbot.service | ||||
| cat systemd/plenumbot.timer > /etc/systemd/system/plenumsbot.timer | ||||
| chmod 755 /etc/systemd/system/plenumsbot.timer | ||||
| chmod 755 /etc/systemd/system/plenumsbot.service | ||||
| sudo cat systemd/plenumbot.service > /etc/systemd/system/plenumsbot.service | ||||
| sudo cat systemd/plenumbot.timer > /etc/systemd/system/plenumsbot.timer | ||||
| sudo chmod 755 /etc/systemd/system/plenumsbot.timer | ||||
| sudo chmod 755 /etc/systemd/system/plenumsbot.service | ||||
| 
 | ||||
| sudo systemctl daemon-reload | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 murmeldin
						murmeldin