Skip to content

Commit

Permalink
Simplify mv
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel authored Aug 27, 2022
1 parent c46cad1 commit ecfbfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysuser-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e

# Set up post-install.sh
git clone https://github.com/LeoMeinel/mdadm-encrypted-btrfs.git ~/git/mdadm-encrypted-btrfs
mv ~/git/mdadm-encrypted-btrfs/post-install.sh ~/post-install.sh
mv ~/git/mdadm-encrypted-btrfs/packages_post-install.txt ~/packages_post-install.txt
mv ~/git/mdadm-encrypted-btrfs/post-install.sh ~/
mv ~/git/mdadm-encrypted-btrfs/packages_post-install.txt ~/
chmod +x ~/post-install.sh

# Remove repo
Expand Down

0 comments on commit ecfbfed

Please sign in to comment.