Skip to content

Conversation

@Bitsonwheels
Copy link

  • Fix local interface detection for /etc/netplan/01-netcfg.yaml creation
  • Fix System Version Code detection for right apt source creation
  • Fix GPG key verification
  • add gpg to install apps

- Fix local interface detection for  /etc/netplan/01-netcfg.yaml creation
- Fix System Version Code detection for right apt source creation
- Fix GPG key verification
- add gpg to install apps
fix "No such file or directory" and apparmor error
Copy link
Member

@rohityadavcloud rohityadavcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes make sense, but largely other changes are not acceptable.


```bash
curl -sL https://c8k.in/stall.sh | bash
curl -sL https://raw.githubusercontent.com/Bitsonwheels/cloudstack-installer/refs/heads/main/install.sh | bash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't hardcode to this repo


```bash
curl -o install.sh https://c8k.in/stall.sh
curl -o install.sh https://raw.githubusercontent.com/Bitsonwheels/cloudstack-installer/refs/heads/main/install.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't hardcode to this repo

NAME=$(sed -rn 's|^deb\s+\S+\s+(\w+)\s+main.*$|\1|p' /etc/apt/sources.list | head -n 1)

mkdir -p /etc/apt/keyrings
wget -O - https://download.cloudstack.org/release.asc | sudo tee /etc/apt/trusted.gpg.d/cloudstack.asc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate here?

@rohityadavcloud
Copy link
Member

cc @sudo87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants