Skip to content
Snippets Groups Projects
Verified Commit 5ca90361 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

vagrant: Remove unneeded netctl

netctl isn't used since Vagrant v2.2.10[1][2] and the users has been
given a fair chance to update now (>9 months).

Fix #112

[1] https://github.com/hashicorp/vagrant/blob/ee2a5daceec7f18accc59a69b84ced299a219188/CHANGELOG.md#2210-august-24-2020
[2] https://github.com/hashicorp/vagrant/pull/11400
parent 3675915e
Branches master
No related tags found
No related merge requests found
Pipeline #8619 failed
#!/bin/bash
function vagrant_common() {
arch-chroot "${MOUNT}" /usr/bin/pacman -S --noconfirm netctl polkit
arch-chroot "${MOUNT}" /usr/bin/pacman -S --noconfirm polkit
local NEWUSER="vagrant"
# setting the user credentials
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment