Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Evilur committed Dec 2, 2022
1 parent d0e8407 commit f2782c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# Set permissions
chmod 755 -R .

touch ~/.config/mnt.ini # Create config file if it doesn't exists
mkdir -p ~/.config # Create config directory if it doesn't exist
touch ~/.config/mnt.ini # Create config file if it doesn't exist

# Create a directory where additional files will be stored
sudo mkdir -p /usr/lib/mnt
Expand Down

0 comments on commit f2782c8

Please sign in to comment.