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