I installed sublime thusly:
Now I have sublime3, but it pops up a stupid upgrade reminder. After I installed 4, it prompted me for a key and wouldn't just run. So, ick. I'm using 3 and putting up with the popup on startup for the time being.
My question is, what have I done?!
. But seriously, I've never run the linux subsystem in freebsd before. Is it gonna mess with the rest of my system or am I gonna be ok with it hanging around? I've grown to love sublime during my linux jaunt this past year and I kinda wanna keep it.
Code:
sudo -s
sudo pkg install linux-sublime3
# when it complained about missing 64 bit linux or somesuch
kldload linux64.ko
sysrc -f /etc/rc.conf linux64_enable=YES
sysrc -f /etc/rc.conf linux_enable=YES
vi /etc/fstab
linprocfs /compat/linux/proc linprocfs rw 0 0
linsysfs /compat/linux/sys linsysfs rw 0 0
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
linsysfs /compat/linux/sys linsysfs rw 0 0
mount -a
reboot or whatever
Now I have sublime3, but it pops up a stupid upgrade reminder. After I installed 4, it prompted me for a key and wouldn't just run. So, ick. I'm using 3 and putting up with the popup on startup for the time being.
My question is, what have I done?!
