mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo mount -o remount,size=20G,noatime /tmp
|
|
echo "Done. Please use 'df -h' to make sure folder size is increased."
|