Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Jan 1, 2025
1 parent f725b8a commit 4560c01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ jobs:
for PART in $(lsblk -ln -o NAME $TARGET_DISK | tail -n +2); do
umount /dev/$PART || true
done
swapon --show
swapoff $(swapon --show=NAME --noheadings)
echo "Wiping filesystem signatures and partition table on $TARGET_DISK..."
wipefs -a $TARGET_DISK
wipefs -a --force $TARGET_DISK
- name: Run the installer
run: ${{ matrix.config_installer.installer }} config ${{ matrix.config_installer.config_file }}
Expand Down

0 comments on commit 4560c01

Please sign in to comment.