mirror of
https://github.com/kolesa-team/pve-purestorage-plugin.git
synced 2026-08-12 21:53:06 -06:00
Update README.md
Updated the cd command to reflect the folder create by git Removed sudo from the commands
This commit is contained in:
@@ -75,13 +75,13 @@ To manually install the plugin, follow these steps:
|
||||
# Clone repository
|
||||
git clone https://github.com/kolesa-team/pve-purestorage-plugin.git
|
||||
# Navigate to the Plugin Directory
|
||||
cd pve-purestorage
|
||||
cd pve-purestorage-plugin
|
||||
# Create the custom plugin directory if it does not already exist
|
||||
mkdir /usr/share/perl5/PVE/Storage/Custom
|
||||
# Copy plugin to custom plugin directory
|
||||
sudo cp PureStoragePlugin.pm /usr/share/perl5/PVE/Storage/Custom/PureStoragePlugin.pm
|
||||
cp PureStoragePlugin.pm /usr/share/perl5/PVE/Storage/Custom/PureStoragePlugin.pm
|
||||
# Restart Proxmox VE
|
||||
sudo systemctl restart pve-cluster.service pvedaemon.service pvestatd.service pveproxy.service pvescheduler.service
|
||||
systemctl restart pve-cluster.service pvedaemon.service pvestatd.service pveproxy.service pvescheduler.service
|
||||
```
|
||||
|
||||
### APT
|
||||
|
||||
Reference in New Issue
Block a user